File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88from .checkerboard import checkerboard_plot
99from .decision_regions import plot_decision_regions
10+ from .decision_regions_3d import plot_decision_regions_3d
1011from .ecdf import ecdf
1112from .enrichment_plot import enrichment_plot
1213from .heatmap import heatmap
1314from .learning_curves import plot_learning_curves
1415from .pca_correlation_graph import plot_pca_correlation_graph
1516from .plot_confusion_matrix import plot_confusion_matrix
1617from .plot_linear_regression import plot_linear_regression
17- from .plot_sequential_feature_selection import plot_sequential_feature_selection
18+ from .plot_sequential_feature_selection import \
19+ plot_sequential_feature_selection
1820from .remove_chartjunk import remove_borders
1921from .scatter import category_scatter
2022from .scatter_hist import scatter_hist
2123from .scatterplotmatrix import scatterplotmatrix
2224from .stacked_barplot import stacked_barplot
23- from .decision_regions_3d import plot_decision_regions_3d
2425
2526__all__ = [
2627 "plot_learning_curves" ,
You can’t perform that action at this time.
0 commit comments