scikit-learn/examples/model_selection
KimAYoung 02b41de8fc
DOC Fix deprecation warning in plot_roc (#21911)
2021-12-07 09:43:05 -05:00
..
README.txt DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
grid_search_text_feature_extraction.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_confusion_matrix.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_cv_indices.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_cv_predict.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_det.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_grid_search_digits.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_grid_search_refit_callable.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_grid_search_stats.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_learning_curve.py EXA Sort fit times fot score vs fit_times in learning curve example (#21777) 2021-11-25 15:15:31 +01:00
plot_multi_metric_evaluation.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_nested_cross_validation_iris.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_permutation_tests_for_classification.py ENH Improve speed plot_permutation_tests_for_classification.py (#21649) 2021-11-16 09:14:47 -08:00
plot_precision_recall.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_randomized_search.py ENH accelerate plot_randomized_search.py (#21637) 2021-11-16 09:44:40 -08:00
plot_roc.py DOC Fix deprecation warning in plot_roc (#21911) 2021-12-07 09:43:05 -05:00
plot_roc_crossval.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_successive_halving_heatmap.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_successive_halving_iterations.py DOC accelerate plot_successive_halving_iterations.py example #21598 (#21612) 2021-11-29 13:43:09 +01:00
plot_train_error_vs_test_error.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_underfitting_overfitting.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_validation_curve.py DOC increase speed in plot_validation_curve.py (#21638) 2021-11-16 18:52:19 +01:00

README.txt

.. _model_selection_examples:

Model Selection
-----------------------

Examples related to the :mod:`sklearn.model_selection` module.