scikit-learn/examples/model_selection
cdrig e5930594db
format notebook plot_roc_crossval.py (#22799)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 14:58:27 +01: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 DOC updated to notebook style for grid_search_text_feature_extraction.py (#22558) 2022-03-12 15:40:26 +01: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 DOC Replace image vectorization with built-in fields (#22516) 2022-02-17 17:10:53 +01: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 Increased speed by adding cv and n_jobs params plot_multi_metric_evaluation.py (#21626) 2022-02-23 14:08:26 +01: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 format notebook plot_roc_crossval.py (#22799) 2022-03-18 14:58:27 +01: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 DOC use notebook-style for plot_train_error_vs_test_error (#22440) 2022-02-14 11:45:57 +01: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.