scikit-learn/examples/model_selection
Christine P. Chai f8108d9993
DOC Correct many typos in code comments (#32666)
2025-11-07 21:45:28 +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 FEA add `confusion_matrix_at_thresholds` (#30134) 2025-11-05 14:44:10 +01:00
plot_cost_sensitive_learning.py DOC Correct many typos in code comments (#32666) 2025-11-07 21:45:28 +01: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 DOC: use curve_kwargs instead of kwargs in example to avoid warnings (#31447) 2025-05-28 12:17:19 +00: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 DOC Correct typos and format issues in examples (#32494) 2025-10-14 14:54:12 +02:00
plot_grid_search_stats.py MNT Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
plot_grid_search_text_feature_extraction.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
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 Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
plot_multi_metric_evaluation.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
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 DOC readability and clarity on `permutation_test_score` in userguide and example (#30351) 2025-01-13 20:19:47 +00:00
plot_precision_recall.py MNT Fix typos found by codespell (#30660) 2025-01-23 06:43:58 +00: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 DOC: use curve_kwargs instead of kwargs in example to avoid warnings (#31447) 2025-05-28 12:17:19 +00:00
plot_roc_crossval.py DOC Use `from_cv_results` in `plot_roc_crossval.py` (#31455) 2025-06-02 09:25:59 +02:00
plot_successive_halving_heatmap.py MNT Enforce ruff/pygrep-hooks rules (PGH) (#31226) 2025-04-28 09:33:18 +00:00
plot_successive_halving_iterations.py MNT Enforce ruff/pygrep-hooks rules (PGH) (#31226) 2025-04-28 09:33:18 +00:00
plot_train_error_vs_test_error.py DOC merge example presenting the concept of validation curve (#29936) 2024-10-11 16:40:09 +00:00
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

README.txt

.. _model_selection_examples:

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

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