-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Broken tests: sklearn.cross_validation has been removed from scikit-learn 0.20 #3730
Comments
hcho3
added a commit
to hcho3/xgboost
that referenced
this issue
Sep 27, 2018
sklearn.cross_validation has been removed from scikit-learn 0.20, so replace it with sklearn.model_selection
hcho3
added a commit
that referenced
this issue
Sep 27, 2018
sklearn.cross_validation has been removed from scikit-learn 0.20, so replace it with sklearn.model_selection
hcho3
added a commit
to hcho3/xgboost
that referenced
this issue
Sep 27, 2018
sklearn.cross_validation has been removed from scikit-learn 0.20, so replace it with sklearn.model_selection
hcho3
added a commit
to hcho3/xgboost
that referenced
this issue
Sep 27, 2018
sklearn.cross_validation has been removed from scikit-learn 0.20, so replace it with sklearn.model_selection
hcho3
added a commit
that referenced
this issue
Sep 27, 2018
hcho3
added a commit
that referenced
this issue
Sep 27, 2018
hcho3
added a commit
that referenced
this issue
Sep 28, 2018
alois-bissuel
pushed a commit
to criteo-forks/xgboost
that referenced
this issue
Dec 4, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Scikit-learn 0.20 has been released today, and this version removes
sklearn.cross_validation
, which has been deprecated. See http://scikit-learn.org/0.19/modules/classes.html#to-be-removed-in-0-20. As a result of the removal, the Python tests are broken.Solution: Replace
sklearn.cross_validation
withsklearn.sklearn.model_selection
.The text was updated successfully, but these errors were encountered: