SCCAF/sccaf

joblib needs to be added as dependency

Closed this issue · 1 comments

pcm32 commented

When executing from SCCAF import * you get:

/Users/pmoreno/venvs/sccaf.sccaf/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+.

fixing this in the dev branch.

pcm32 commented

actually the dependency is already there, is more how is called.