Open pengyu opened 4 years ago
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'
I'm not sure there is anybody maintaining this repository anymore
I also have the same problem. Can this be fixed any time soon?
I got the following warning, when I try the tolon. Could anybody fix this problem? Thanks.