10000 splitter classes (issue:6660) Fix minor stuff · scikit-learn/scikit-learn@b36341e · GitHub
[go: up one dir, main page]

Skip to content

Commit b36341e

Browse files
author
Joan Massich
committed
splitter classes (issue:6660) Fix minor stuff
1 parent 0bf4146 commit b36341e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_selection/plot_nested_cross_validation_iris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change 6B06
@@ -75,7 +75,7 @@
7575

7676
# Choose cross-validation techniques for the inner and outer loops,
7777
# independently of the dataset.
78-
# E.g "LabelKFold", "LeaveOneOut", "LeaveOneLabelOut", etc.
78+
# E.g "GroupKFold", "LeaveOneOut", "LeaveOneGroupOut", etc.
7979
inner_cv = KFold(n_splits=4, shuffle=True, random_state=i)
8080
outer_cv = KFold(n_splits=4, shuffle=True, random_state=i)
8181

0 commit comments

Comments
 (0)
0