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

Ch3: Implementing Cross-Validation #605

Open
shivan-s opened this issue Nov 21, 2020 · 1 comment
Open

Ch3: Implementing Cross-Validation #605

shivan-s opened this issue Nov 21, 2020 · 1 comment

Comments

@shivan-s
Copy link

In the line:
skfolds = StratifiedKFold(n_splits=3, random_state=42)
we need to implement shuffle=True parameter since the default of shuffle is set to False.

Just something small, but hope it helps.

@qzy8
Copy link

qzy8 commented Apr 18, 2022

Thank you very much!

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