scikit-learn/examples/model_selection
Anne Beyer 0885712e43
MNT Rename `DetCurveDisplay` parameters `estimator_name` and `**kwargs` (#34443)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2026-07-10 22:42:36 -07:00
..
README.txt
plot_confusion_matrix.py DOC Remove deprecated SVC(probability=True) from examples (#33299) 2026-02-17 14:41:43 +01:00
plot_cost_sensitive_learning.py DOC Fix typos and improve wording in `plot_cost_sensitive_learning.py` (#34417) 2026-06-30 17:40:38 +02:00
plot_cv_indices.py
plot_cv_predict.py
plot_det.py MNT Rename `DetCurveDisplay` parameters `estimator_name` and `**kwargs` (#34443) 2026-07-10 22:42:36 -07:00
plot_grid_search_digits.py
plot_grid_search_refit_callable.py MNT don't use random_state in LogisticRegression unless it has an effect (#34287) 2026-06-17 11:41:00 +05:00
plot_grid_search_stats.py
plot_grid_search_text_feature_extraction.py
plot_learning_curve.py DOC: Correct many grammatical issues (#32820) 2025-12-02 09:25:24 +01:00
plot_likelihood_ratios.py
plot_multi_metric_evaluation.py
plot_nested_cross_validation_iris.py
plot_permutation_tests_for_classification.py
plot_precision_recall.py ENH add `from_cv_results` in `PrecisionRecallDisplay` (#30508) 2026-02-23 21:20:58 +01:00
plot_randomized_search.py DOC Add successive halving in some examples (#34247) 2026-06-12 07:37:10 -04:00
plot_roc.py
plot_roc_crossval.py MNT don't use random_state in LogisticRegression unless it has an effect (#34287) 2026-06-17 11:41:00 +05:00
plot_successive_halving_heatmap.py DOC fix CI after renaming attribute in successive halving (#34271) 2026-06-12 18:58:05 +02:00
plot_successive_halving_iterations.py DOC fix CI after renaming attribute in successive halving (#34271) 2026-06-12 18:58:05 +02:00
plot_train_error_vs_test_error.py
plot_tuned_decision_threshold.py
plot_underfitting_overfitting.py

README.txt

.. _model_selection_examples:

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

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