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

Update utils.py #39

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Update utils.py #39

merged 1 commit into from
Dec 11, 2023

Conversation

crishna0401
Copy link
Contributor

train-test split output variables names matched properly.

Previously, x_train, y_train, x_test, y_test = train_test_split(...)

corrected, x_train, x_test, y_train, y_test = train_test_split(...)

train-test split output variables names matched properly.
@xuhongzuo
Copy link
Owner

@crishna0401 Thanks so much for fixing this bug!

@xuhongzuo xuhongzuo closed this Dec 11, 2023
@xuhongzuo xuhongzuo reopened this Dec 11, 2023
@xuhongzuo xuhongzuo merged commit a1ec53a into xuhongzuo:main Dec 11, 2023
1 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants