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:
andersonm-ibm 2023-05-14 08:52:06 +03:00 committed by GitHub
parent be7d248c33
commit e9a225501f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 84 additions and 79 deletions

View file

@ -30,3 +30,7 @@ builtins = keras,xgboost
exclude =
venv
venv1
[tool:pytest]
log_cli = True
log-cli-level = INFO