We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cell In[5], line 5 from sklearn.tree import DecisionTreeClassifier
----> from sklearn.externals import joblib
music_data = pd.read_csv("music.csv") X = music_data.drop(columns = ["genre"])
ImportError: cannot import name 'joblib' from 'sklearn.externals' (C:\Users\USER\anaconda3\Lib\site-packages\sklearn\externals_init_.py)
The text was updated successfully, but these errors were encountered:
Please i need help to solve this error
Sorry, something went wrong.
Joblib is a separate package, import that directly.
No branches or pull requests
Cell In[5], line 5
from sklearn.tree import DecisionTreeClassifier
----> from sklearn.externals import joblib
ImportError: cannot import name 'joblib' from 'sklearn.externals' (C:\Users\USER\anaconda3\Lib\site-packages\sklearn\externals_init_.py)
The text was updated successfully, but these errors were encountered: