scikit-learn/examples/model_selection
Guillaume Lemaitre 40d7d880ed
FEA add PredictionErrorDisplay (#18020)
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-11-25 12:51:46 +01:00
..
README.txt DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +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 DOC use unequal group sizes in example (#16354) 2022-04-08 23:56:21 -04:00
plot_cv_predict.py FEA add PredictionErrorDisplay (#18020) 2022-11-25 12:51:46 +01:00
plot_det.py DOC Rework Detection Error Tradeoff example (#24818) 2022-11-03 18:26:00 +01:00
plot_grid_search_digits.py DOC improve examples/model_selection/plot_grid_search_digits.py (#23956) 2022-07-20 16:33:44 -04: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_grid_search_text_feature_extraction.py DOC Rework plot_grid_search_text_feature_extraction.py example (#23740) 2022-09-15 10:10:01 +02:00
plot_learning_curve.py FEA add LearningCurveDisplay to show plot learning curve (#24084) 2022-11-24 14:31:47 +01:00
plot_likelihood_ratios.py FEA Add positive and negative likelihood ratios to metrics (#22518) 2022-05-17 10:39:48 +02: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 inline interpreted text start-string without end-string. (#24734) 2022-10-28 11:50:39 +02:00
plot_roc_crossval.py DOC Improve narrative of plot_roc_crossval example (#24710) 2022-10-24 11:17:06 +02:00
plot_successive_halving_heatmap.py DOC Fix FutureWarning in plot_successive_halving_heatmap.html (#24968) 2022-11-17 15:41:51 +01: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 Moved location of legend (#24166) 2022-08-12 09:58:13 +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.