sevamoo / SOMPY

A Python Library for Self Organizing Map (SOM)
Apache License 2.0
532 stars 241 forks source link

Deprecation warning #108

Open jreades opened 5 years ago

jreades commented 5 years ago

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 commented 5 years ago

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.