-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Fix Parameters in tutorials #8345
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix !
Can you also update n_iter
to n_splits
in ShuffleSplit
below?
And maybe add the same info for StratifiedShuffleSplit
and GroupShuffleSplit
?
+1 Also |
Codecov Report
@@ Coverage Diff @@
## master #8345 +/- ##
=======================================
Coverage 94.74% 94.74%
=======================================
Files 342 342
Lines 60735 60735
=======================================
Hits 57543 57543
Misses 3192 3192 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #8345 +/- ##
=======================================
Coverage 94.74% 94.74%
=======================================
Files 342 342
Lines 60735 60735
=======================================
Hits 57543 57543
Misses 3192 3192 Continue to review full report at Codecov.
|
Made some changes sought by @TomDLT and @lesteve so this can be merged rather than forgotten. Thanks @anshbansal |
Thanks @jnothman! |
Reference Issue
Tutorial contained incorrect parameters
What does this implement/fix? Explain your changes.
Documentation fix
Any other comments?
No