SOMPY
SOMPY copied to clipboard
Deprecation warning
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+.
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.