scikit-learn/examples/model_selection
Dimitri Papadopoulos Orfanos f1fac05a39
MNT Fix typos found by codespell (#30660)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2025-01-23 06:43:58 +00:00
..
README.txt
plot_confusion_matrix.py
plot_cost_sensitive_learning.py MNT Fix typos found by codespell (#30660) 2025-01-23 06:43:58 +00:00
plot_cv_indices.py
plot_cv_predict.py
plot_det.py
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 FIX update deprecated param for example using class_likelihood_ratios (#30668) 2025-01-20 11:24:43 +01:00
plot_multi_metric_evaluation.py
plot_nested_cross_validation_iris.py
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
plot_roc.py DOC: Updates to Macro vs micro-averaging in plot_roc.py (#29845) 2025-01-07 10:44:35 +11:00
plot_roc_crossval.py
plot_successive_halving_heatmap.py
plot_successive_halving_iterations.py
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
plot_underfitting_overfitting.py

README.txt

.. _model_selection_examples:

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

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