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

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!

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

No branches or pull requests

2 participants