Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joblib warning #206

Open
pengyu opened this issue Mar 15, 2020 · 3 comments · May be fixed by #207
Open

joblib warning #206

pengyu opened this issue Mar 15, 2020 · 3 comments · May be fixed by #207

Comments

@pengyu
Copy link

pengyu commented Mar 15, 2020

I got the following warning, when I try the tolon. Could anybody fix this problem? Thanks.

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sklearn/externals/joblib/__init__.py:15: FutureWarning: 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=FutureWarning)
@tommilligan tommilligan linked a pull request May 26, 2020 that will close this issue
@tommilligan
Copy link

This is now a hard error in scikit-learn==0.23 and up. Opened #207 with a fix.

import talon.signature
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-6-5b620dd250bd> in <module>
----> 1 import talon.signature

~/env/lib/python3.6/site-packages/talon/signature/__init__.py in <module>
     26 from . import extraction
     27 from . extraction import extract  #noqa
---> 28 from . learning import classifier
     29
     30

~/env/lib/python3.6/site-packages/talon/signature/learning/classifier.py in <module>
      9
     10 from numpy import genfromtxt
---> 11 from sklearn.externals import joblib
     12 from sklearn.svm import LinearSVC
     13

ImportError: cannot import name 'joblib'

@arseniybanayev
Copy link

I'm not sure there is anybody maintaining this repository anymore

@vovanec
Copy link

vovanec commented Aug 20, 2020

I also have the same problem. Can this be fixed any time soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants