python-machine-learning-book-3rd-edition
python-machine-learning-book-3rd-edition copied to clipboard
Ch09 movieclassifier - No module named 'sklearn.linear_model.stochastic_gradient'
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.