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

FutureWarning: The sklearn.metrics.regression module is deprecated in version 0.22 and will be removed in version 0.24. #23

Open
Y-oHr-N opened this issue Jan 21, 2020 · 1 comment

Comments

@Y-oHr-N
Copy link
Owner

Y-oHr-N commented Jan 21, 2020

No description provided.

@Y-oHr-N Y-oHr-N changed the title FutureWarning: The sklearn.metrics.regression module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.metrics. Anything that cannot be imported from sklearn.metrics is now part of the private API. FutureWarning: The sklearn.metrics.regression module is deprecated in version 0.22 and will be removed in version 0.24. Jan 21, 2020
@abdullahkaraman
Copy link

from sklearn.metrics.regression import mean_square_error
to
from sklearn.metrics import mean_square_error

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

No branches or pull requests

2 participants