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

train_test_split is moved to model_selection module in sklearn new version #36

Closed
lihang00 opened this issue Nov 9, 2016 · 1 comment

Comments

@lihang00
Copy link

lihang00 commented Nov 9, 2016

Ref http://scikit-learn.org/stable/whats_new.html#version-0-18

The model_selection module
The new module sklearn.model_selection, which groups together the functionalities of formerly sklearn.cross_validation, sklearn.grid_search and sklearn.learning_curve, introduces new possibilities such as nested cross-validation and better manipulation of parameter searches with Pandas.
Many things will stay the same but there are some key differences. Read below to know more about the changes.

This cause few tutorials failed.

It should be a simple change in tutorial code or setup.py.

@marcotcr
Copy link
Owner

Thanks! I changed the tutorial code and setup.py.

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