@@ -410,6 +410,10 @@ class KFold(_BaseKFold):
410
410
411
411
Read more in the :ref:`User Guide <k_fold>`.
412
412
413
+ For visualisation of cross-validation behaviour and
414
+ comparison between common scikit-learn split methods
415
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
416
+
413
417
Parameters
414
418
----------
415
419
n_splits : int, default=5
@@ -502,6 +506,10 @@ class GroupKFold(GroupsConsumerMixin, _BaseKFold):
502
506
503
507
Read more in the :ref:`User Guide <group_k_fold>`.
504
508
509
+ For visualisation of cross-validation behaviour and
510
+ comparison between common scikit-learn split methods
511
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
512
+
505
513
Parameters
506
514
----------
507
515
n_splits : int, default=5
@@ -626,6 +634,10 @@ class StratifiedKFold(_BaseKFold):
626
634
627
635
Read more in the :ref:`User Guide <stratified_k_fold>`.
628
636
637
+ For visualisation of cross-validation behaviour and
638
+ comparison between common scikit-learn split methods
639
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
640
+
629
641
Parameters
630
642
----------
631
643
n_splits : int, default=5
@@ -817,6 +829,10 @@ class StratifiedGroupKFold(GroupsConsumerMixin, _BaseKFold):
817
829
818
830
Read more in the :ref:`User Guide <cross_validation>`.
819
831
832
+ For visualisation of cross-validation behaviour and
833
+ comparison between common scikit-learn split methods
834
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
835
+
820
836
Parameters
821
837
----------
822
838
n_splits : int, default=5
@@ -1016,6 +1032,10 @@ class TimeSeriesSplit(_BaseKFold):
1016
1032
1017
1033
Read more in the :ref:`User Guide <time_series_split>`.
1018
1034
1035
+ For visualisation of cross-validation behaviour and
1036
+ comparison between common scikit-learn split methods
1037
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
1038
+
1019
1039
.. versionadded:: 0.18
1020
1040
1021
1041
Parameters
@@ -1766,6 +1786,10 @@ class ShuffleSplit(BaseShuffleSplit):
1766
1786
1767
1787
Read more in the :ref:`User Guide <ShuffleSplit>`.
1768
1788
1789
+ For visualisation of cross-validation behaviour and
1790
+ comparison between common scikit-learn split methods
1791
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
1792
+
1769
1793
Parameters
1770
1794
----------
1771
1795
n_splits : int, default=10
@@ -1896,6 +1920,10 @@ class GroupShuffleSplit(GroupsConsumerMixin, ShuffleSplit):
1896
1920
1897
1921
Read more in the :ref:`User Guide <group_shuffle_split>`.
1898
1922
1923
+ For visualisation of cross-validation behaviour and
1924
+ comparison between common scikit-learn split methods
1925
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
1926
+
1899
1927
Parameters
1900
1928
----------
1901
1929
n_splits : int, default=5
@@ -2026,6 +2054,10 @@ class StratifiedShuffleSplit(BaseShuffleSplit):
2026
2054
2027
2055
Read more in the :ref:`User Guide <stratified_shuffle_split>`.
2028
2056
2057
+ For visualisation of cross-validation behaviour and
2058
+ comparison between common scikit-learn split methods
2059
+ refer to :ref:`sphx_glr_auto_examples_model_selection_plot_cv_indices.py`
2060
+
2029
2061
Parameters
2030
2062
----------
2031
2063
n_splits : int, default=10
0 commit comments