summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:12:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:12:23 +0000
commitdb6a28466ddb75bf607b1184ae971f95d5321fde (patch)
treed2c6de430dfd19299200a15061ed01b2206c6507
parentb5d2bc911ff4e25d80d3d3504531f65a45fc0ad4 (diff)
automatic import of python-probatusopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-probatus.spec53
-rw-r--r--sources2
3 files changed, 28 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
index e8c129b..9c85374 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/probatus-1.8.9.tar.gz
+/probatus-2.0.0.tar.gz
diff --git a/python-probatus.spec b/python-probatus.spec
index d386d3e..bf2ae4b 100644
--- a/python-probatus.spec
+++ b/python-probatus.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-probatus
-Version: 1.8.9
+Version: 2.0.0
Release: 1
Summary: Validation of binary classifiers and data used to develop them
License: MIT License
URL: https://github.com/ing-bank/probatus
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c1/0d/22eac1702e874f67bd2e3001be4c01004f2f45ac7960699a30e7300571c1/probatus-1.8.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7a/7f/42a29bc5a2615232bac9e10a2ff13760724bc1736be1ed635572b158f51c/probatus-2.0.0.tar.gz
BuildArch: noarch
Requires: python3-scikit-learn
@@ -16,6 +16,7 @@ Requires: python3-joblib
Requires: python3-tqdm
Requires: python3-shap
Requires: python3-numpy
+Requires: python3-numba
Requires: python3-scikit-learn
Requires: python3-pandas
Requires: python3-matplotlib
@@ -24,6 +25,7 @@ Requires: python3-joblib
Requires: python3-tqdm
Requires: python3-shap
Requires: python3-numpy
+Requires: python3-numba
Requires: python3-lightgbm
Requires: python3-catboost
Requires: python3-xgboost
@@ -40,6 +42,8 @@ Requires: python3-jupyter
Requires: python3-tabulate
Requires: python3-nbconvert
Requires: python3-pre-commit
+Requires: python3-isort
+Requires: python3-codespell
Requires: python3-mkdocs-material
Requires: python3-mkdocs-git-revision-date-localized-plugin
Requires: python3-mkdocs-git-authors-plugin
@@ -59,6 +63,7 @@ Requires: python3-joblib
Requires: python3-tqdm
Requires: python3-shap
Requires: python3-numpy
+Requires: python3-numba
Requires: python3-lightgbm
Requires: python3-catboost
Requires: python3-xgboost
@@ -72,13 +77,13 @@ Requires: python3-xgboost
[![PyPI - Downloads](https://img.shields.io/pypi/dm/probatus)](#)
![GitHub contributors](https://img.shields.io/github/contributors/ing-bank/probatus)
-# probatus
+# Probatus
## Overview
**Probatus** is a python package that helps validate binary classification models and the data used to develop them. Main features:
-- [probatus.interpret](https://ing-bank.github.io/probatus/api/model_interpret.html) provides shap-based model interpretation tools
+- [probatus.interpret](https://ing-bank.github.io/probatus/api/model_interpret.html) provides shap-based model interpretation tools
- [probatus.metric_volatility](https://ing-bank.github.io/probatus/api/metric_volatility.html) provides tools using bootstrapping and/or different random seeds to assess metric volatility/stability.
- [probatus.sample_similarity](https://ing-bank.github.io/probatus/api/sample_similarity.html) to compare two datasets using resemblance modelling, f.e. `train` with out-of-time `test`.
- [probatus.feature_elimination.ShapRFECV](https://ing-bank.github.io/probatus/api/feature_elimination.html) provides cross-validated Recursive Feature Elimination using shap feature importance.
@@ -94,16 +99,14 @@ pip install probatus
Documentation at [ing-bank.github.io/probatus/](https://ing-bank.github.io/probatus/).
-You can also check out blog posts about Probatus:
+You can also check out blog posts about Probatus:
- [Open-sourcing ShapRFECV — Improved feature selection powered by SHAP.](https://medium.com/ing-blog/open-sourcing-shaprfecv-improved-feature-selection-powered-by-shap-994fe7861560)
- [Model Explainability — How to choose the right tool?](https://medium.com/ing-blog/model-explainability-how-to-choose-the-right-tool-6c5eabd1a46a)
## Contributing
-To learn more about making a contribution to probatus, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
-
-
+To learn more about making a contribution to Probatus, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
%package -n python3-probatus
@@ -121,13 +124,13 @@ BuildRequires: python3-pip
[![PyPI - Downloads](https://img.shields.io/pypi/dm/probatus)](#)
![GitHub contributors](https://img.shields.io/github/contributors/ing-bank/probatus)
-# probatus
+# Probatus
## Overview
**Probatus** is a python package that helps validate binary classification models and the data used to develop them. Main features:
-- [probatus.interpret](https://ing-bank.github.io/probatus/api/model_interpret.html) provides shap-based model interpretation tools
+- [probatus.interpret](https://ing-bank.github.io/probatus/api/model_interpret.html) provides shap-based model interpretation tools
- [probatus.metric_volatility](https://ing-bank.github.io/probatus/api/metric_volatility.html) provides tools using bootstrapping and/or different random seeds to assess metric volatility/stability.
- [probatus.sample_similarity](https://ing-bank.github.io/probatus/api/sample_similarity.html) to compare two datasets using resemblance modelling, f.e. `train` with out-of-time `test`.
- [probatus.feature_elimination.ShapRFECV](https://ing-bank.github.io/probatus/api/feature_elimination.html) provides cross-validated Recursive Feature Elimination using shap feature importance.
@@ -143,16 +146,14 @@ pip install probatus
Documentation at [ing-bank.github.io/probatus/](https://ing-bank.github.io/probatus/).
-You can also check out blog posts about Probatus:
+You can also check out blog posts about Probatus:
- [Open-sourcing ShapRFECV — Improved feature selection powered by SHAP.](https://medium.com/ing-blog/open-sourcing-shaprfecv-improved-feature-selection-powered-by-shap-994fe7861560)
- [Model Explainability — How to choose the right tool?](https://medium.com/ing-blog/model-explainability-how-to-choose-the-right-tool-6c5eabd1a46a)
## Contributing
-To learn more about making a contribution to probatus, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
-
-
+To learn more about making a contribution to Probatus, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
%package help
@@ -167,13 +168,13 @@ Provides: python3-probatus-doc
[![PyPI - Downloads](https://img.shields.io/pypi/dm/probatus)](#)
![GitHub contributors](https://img.shields.io/github/contributors/ing-bank/probatus)
-# probatus
+# Probatus
## Overview
**Probatus** is a python package that helps validate binary classification models and the data used to develop them. Main features:
-- [probatus.interpret](https://ing-bank.github.io/probatus/api/model_interpret.html) provides shap-based model interpretation tools
+- [probatus.interpret](https://ing-bank.github.io/probatus/api/model_interpret.html) provides shap-based model interpretation tools
- [probatus.metric_volatility](https://ing-bank.github.io/probatus/api/metric_volatility.html) provides tools using bootstrapping and/or different random seeds to assess metric volatility/stability.
- [probatus.sample_similarity](https://ing-bank.github.io/probatus/api/sample_similarity.html) to compare two datasets using resemblance modelling, f.e. `train` with out-of-time `test`.
- [probatus.feature_elimination.ShapRFECV](https://ing-bank.github.io/probatus/api/feature_elimination.html) provides cross-validated Recursive Feature Elimination using shap feature importance.
@@ -189,20 +190,18 @@ pip install probatus
Documentation at [ing-bank.github.io/probatus/](https://ing-bank.github.io/probatus/).
-You can also check out blog posts about Probatus:
+You can also check out blog posts about Probatus:
- [Open-sourcing ShapRFECV — Improved feature selection powered by SHAP.](https://medium.com/ing-blog/open-sourcing-shaprfecv-improved-feature-selection-powered-by-shap-994fe7861560)
- [Model Explainability — How to choose the right tool?](https://medium.com/ing-blog/model-explainability-how-to-choose-the-right-tool-6c5eabd1a46a)
## Contributing
-To learn more about making a contribution to probatus, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
-
-
+To learn more about making a contribution to Probatus, please see [`CONTRIBUTING.md`](CONTRIBUTING.md).
%prep
-%autosetup -n probatus-1.8.9
+%autosetup -n probatus-2.0.0
%build
%py3_build
@@ -216,20 +215,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -242,5 +241,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.9-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1
- Package Spec generated
diff --git a/sources b/sources
index 9b6be7f..8b201cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe2f1aefab0bc03788c17d3cef589999 probatus-1.8.9.tar.gz
+10b618cadeb7381a82d5c40f84a683e5 probatus-2.0.0.tar.gz