8000 [MRG] Fix Parameters in tutorials (#8345) · Sundrique/scikit-learn@28dd4b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28dd4b0

Browse files
anshbansalSundrique
authored andcommitted
[MRG] Fix Parameters in tutorials (scikit-learn#8345)
1 parent 78f43bc commit 28dd4b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/tutorial/statistical_inference/model_selection.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ scoring method.
107107

108108
- :class:`KFold` **(n_splits, shuffle, random_state)**
109109

110-
- :class:`StratifiedKFold` **(n_iter, test_size, train_size, random_state)**
110+
- :class:`StratifiedKFold` **(n_splits, shuffle, random_state)**
111111

112-
- :class:`GroupKFold` **(n_splits, shuffle, random_state)**
112+
- :class:`GroupKFold` **(n_splits)**
113113

114114

115115
*
@@ -125,7 +125,7 @@ scoring method.
125125

126126
*
127127

128-
- :class:`ShuffleSplit` **(n_iter, test_size, train_size, random_state)**
128+
- :class:`ShuffleSplit` **(n_splits, test_size, train_size, random_state)**
129129

130130
- :class:`StratifiedShuffleSplit`
131131

@@ -146,7 +146,7 @@ scoring method.
146146

147147
- :class:`LeaveOneGroupOut` **()**
148148

149-
- :class:`LeavePGroupsOut` **(p)**
149+
- :class:`LeavePGroupsOut` **(n_groups)**
150150

151151
- :class:`LeaveOneOut` **()**
152152

0 commit comments

Comments
 (0)
0