Skip to content

Commit c7f0bdd

Browse files
renamed group-cv plot
1 parent 8421874 commit c7f0bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mglearn/plots.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .plot_agglomerative import plot_agglomerative, plot_agglomerative_algorithm
1919
from .plot_kmeans import plot_kmeans_algorithm, plot_kmeans_boundaries, plot_kmeans_faces
2020
from .plot_improper_preprocessing import plot_improper_processing, plot_proper_processing
21-
from .plot_cross_validation import (plot_threefold_split, plot_label_kfold,
21+
from .plot_cross_validation import (plot_threefold_split, plot_group_kfold,
2222
plot_shuffle_split, plot_cross_validation,
2323
plot_stratified_cross_validation)
2424

@@ -54,7 +54,7 @@
5454
'plot_kmeans_algorithm',
5555
'plot_kmeans_faces',
5656
'cm3', 'cm2', 'plot_improper_processing', 'plot_proper_processing',
57-
'plot_label_kfold',
57+
'plot_group_kfold',
5858
'plot_shuffle_split',
5959
'plot_stratified_cross_validation',
6060
'plot_threefold_split',

0 commit comments

Comments
 (0)