text-classification
text-classification copied to clipboard
DeprecationWarning: n_iter parameter is deprecated in 0.19 and will be removed in 0.21.
Would you look into: /.../python3.6/site-packages/sklearn/linear_model/stochastic_gradient.py:117: DeprecationWarning: n_iter parameter is deprecated in 0.19 and will be removed in 0.21. Use max_iter and tol instead. DeprecationWarning)
Thanks
Thanks jwilleke.
Would you like to contribute to this? I will be more than happy to review your PR.
Hi javedsha, I can contribute to this. Just use max_iter instead of n_iter in the SGDClassifier. Thanks.