Skip to content
New issue

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

DeprecationWarning: n_iter parameter is deprecated in 0.19 and will be removed in 0.21. #1

Open
jwilleke opened this issue Mar 26, 2018 · 2 comments

Comments

@jwilleke
Copy link

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

@javedsha
Copy link
Owner

Thanks jwilleke.

Would you like to contribute to this? I will be more than happy to review your PR.

@ZhenyuLiu46
Copy link
Contributor

Hi javedsha, I can contribute to this. Just use max_iter instead of n_iter in the SGDClassifier. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants