Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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

Sidharth-Darwin
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

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

Successfully merging this pull request may close these issues.

8 participants