scikit-learn/examples/model_selection
Adrin Jalali 3e127a3d5c
MNT Add author/license note where missing and add the linter (#29477)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-07-22 22:05:03 +02:00
..
README.txt
plot_confusion_matrix.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_cost_sensitive_learning.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_cv_indices.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_cv_predict.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_det.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_grid_search_digits.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_grid_search_refit_callable.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_grid_search_stats.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_grid_search_text_feature_extraction.py
plot_learning_curve.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_likelihood_ratios.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_multi_metric_evaluation.py
plot_nested_cross_validation_iris.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_permutation_tests_for_classification.py
plot_precision_recall.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_randomized_search.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_roc.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_roc_crossval.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_successive_halving_heatmap.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_successive_halving_iterations.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_train_error_vs_test_error.py
plot_tuned_decision_threshold.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_underfitting_overfitting.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_validation_curve.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00

README.txt

.. _model_selection_examples:

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

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