scikit-learn/examples/model_selection
Arturo Amor ce8f23df3d
ENH/FIX add drop_intermediate to DET curve and add threshold at infinity (#29151)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2025-04-16 17:05:35 +02:00
..
README.txt
plot_confusion_matrix.py
plot_cost_sensitive_learning.py MNT improve UnsetMetadataPassedError error message and fix disable metadata routing in examples (#31069) 2025-04-02 10:33:44 +02:00
plot_cv_indices.py
plot_cv_predict.py
plot_det.py ENH/FIX add drop_intermediate to DET curve and add threshold at infinity (#29151) 2025-04-16 17:05:35 +02:00
plot_grid_search_digits.py
plot_grid_search_refit_callable.py
plot_grid_search_stats.py
plot_grid_search_text_feature_extraction.py
plot_learning_curve.py
plot_likelihood_ratios.py MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
plot_multi_metric_evaluation.py
plot_nested_cross_validation_iris.py
plot_permutation_tests_for_classification.py
plot_precision_recall.py
plot_randomized_search.py
plot_roc.py MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
plot_roc_crossval.py
plot_successive_halving_heatmap.py
plot_successive_halving_iterations.py
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.