scikit-learn/examples/model_selection
mrastgoo bd9b0f69c6
ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-08-23 16:37:29 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_cv_indices.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_cv_predict.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_det.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_grid_search_stats.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_grid_search_text_feature_extraction.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
plot_learning_curve.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_likelihood_ratios.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_multi_metric_evaluation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_nested_cross_validation_iris.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_permutation_tests_for_classification.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_precision_recall.py ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366) 2023-08-23 16:37:29 +02:00
plot_randomized_search.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_roc.py ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366) 2023-08-23 16:37:29 +02:00
plot_roc_crossval.py ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366) 2023-08-23 16:37:29 +02:00
plot_successive_halving_heatmap.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_successive_halving_iterations.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_train_error_vs_test_error.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_underfitting_overfitting.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_validation_curve.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _model_selection_examples:

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

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