mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-15 06:52:37 +02:00
Limit scikit-learn version because of API changes (#81)
* Limit scikit-learn versions between 0.22.2 and 1.1.3, remove deprecated load_boston(). * Set pytest configuration option to show test progress in detail. * Change np.int to int according to DeprecationWarning Signed-off-by: Maya Anderson <mayaa@il.ibm.com>
This commit is contained in:
parent
be7d248c33
commit
e9a225501f
5 changed files with 84 additions and 79 deletions
|
|
@ -30,3 +30,7 @@ builtins = keras,xgboost
|
|||
exclude =
|
||||
venv
|
||||
venv1
|
||||
|
||||
[tool:pytest]
|
||||
log_cli = True
|
||||
log-cli-level = INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue