You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
I'm trying to run the adam.py but I keep getting DeprecationWarning
home/idoroiengel/PycharmProjects/adam_qas/adam_qas/venv/lib/python3.6/site-packages/sklearn/externals/joblib/__init__.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+.
warnings.warn(msg, category=DeprecationWarning)
/home/idoroiengel/PycharmProjects/adam_qas/adam_qas/venv/lib/python3.6/site-packages/sklearn/base.py:306: UserWarning: Trying to unpickle estimator LinearSVC from version 0.19.1 when using version 0.21.2. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
output of: $ python -m qas.sys_info
System: Linux
Platform: #55-Ubuntu SMP Wed May 15 14:27:21 UTC 2019
Python: 3.6.8
Elasticsearch: (7, 0, 2)
Old Index Mapping. Manually reindex the index to persist your data.
-- Old Index Mapping. Manually reindex the index to persist your data.--
I tried to change scikit-learn requirements version, but it does not cooperate. It says the current one is the largest version number.
The text was updated successfully, but these errors were encountered:
I'm trying to run the adam.py but I keep getting DeprecationWarning
output of:
$ python -m qas.sys_info
I tried to change scikit-learn requirements version, but it does not cooperate. It says the current one is the largest version number.
The text was updated successfully, but these errors were encountered: