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

The importing of train_test_split was incorrect #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Indian-otaku
Copy link

Before correction:
from sklearn.cross_validation import train_test_split
After correction:
from sklearn.model_selection import train_test_split

Before correction:
from sklearn.cross_validation import train_test_split
After correction:
from sklearn.model_selection import train_test_split
@zeweiwang
Copy link

zeweiwang commented Dec 11, 2021 via email

@MirroZhou
Copy link

MirroZhou commented Dec 11, 2021 via email

@Cherrie52
Copy link

Cherrie52 commented Dec 11, 2021 via email

@wangzhenhua92429
Copy link

wangzhenhua92429 commented Dec 11, 2021 via email

@dqhf
Copy link

dqhf commented Dec 11, 2021 via email

@Epimitues
Copy link

Epimitues commented Dec 11, 2021 via email

@bghfcd19900
Copy link

bghfcd19900 commented Dec 11, 2021 via email

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