rasbt / python-machine-learning-book-3rd-edition

The "Python Machine Learning (3rd edition)" book code repository
https://www.amazon.com/Python-Machine-Learning-scikit-learn-TensorFlow/dp/1789955750/
MIT License
4.6k stars 1.98k forks source link

Ch09 movieclassifier - No module named 'sklearn.linear_model.stochastic_gradient' #161

Open myst10py opened 2 years ago

myst10py commented 2 years ago

I believe the sklearn lib has updated it's naming convention of the stochastic gradient linear model to something else, which is hard coded in the classifier.pkl file of the movieclassifier directory.