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
File "/lib/python3.8/site-packages/mlrose/__init__.py", line 12, in <module>
from .neural import NeuralNetwork, LinearRegression, LogisticRegression
File "/lib/python3.8/site-packages/mlrose/neural.py", line 12, in <module>
from sklearn.externals import six
ImportError: cannot import name 'six' from 'sklearn.externals' (/lib/python3.8/site-packages/sklearn/externals/__init__.py)
Environment:
When importing mlrose, receive error:
Also see stackoverflow question: https://stackoverflow.com/q/61867945/1164465
The text was updated successfully, but these errors were encountered: