SOMPY icon indicating copy to clipboard operation
SOMPY copied to clipboard

Deprecation warning

Open jreades opened this issue 5 years ago • 1 comments

I will patch if I can find the time in the near future, but just wanted to flag that installing the most recent version of SOMPY with a clean install of sklearn triggers this alert:

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+.

jreades avatar Aug 07 '19 12:08 jreades

PR issued. Note potential implications for Py2 compatibility. If you want me to move this to a sompy3 namespace and push to PyPi then I can probably work out how to do that.

jreades avatar Aug 08 '19 11:08 jreades