You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error from sklearn.externals import joblib ImportError: cannot import name 'joblib' from 'sklearn.externals' (/usr/local/lib/python3.7/site-packages/sklearn/externals/__init__.py)
#86
Closed
boypanjaitan16 opened this issue
Jun 22, 2020
· 4 comments
I got this error, I think it's something about joblib library
File "", line 1, in
File "/usr/local/lib/python3.7/site-packages/hatesonar/init.py", line 1, in
from hatesonar.api import Sonar
File "/usr/local/lib/python3.7/site-packages/hatesonar/api.py", line 12, in
from sklearn.externals import joblib
ImportError: cannot import name 'joblib' from 'sklearn.externals' (/usr/local/lib/python3.7/site-packages/sklearn/externals/init.py)
The text was updated successfully, but these errors were encountered:
I got this error, I think it's something about joblib library
File "", line 1, in
File "/usr/local/lib/python3.7/site-packages/hatesonar/init.py", line 1, in
from hatesonar.api import Sonar
File "/usr/local/lib/python3.7/site-packages/hatesonar/api.py", line 12, in
from sklearn.externals import joblib
ImportError: cannot import name 'joblib' from 'sklearn.externals' (/usr/local/lib/python3.7/site-packages/sklearn/externals/init.py)
The text was updated successfully, but these errors were encountered: