scikit-learn/examples/model_selection
João Morais 78f0c0000a
DOC Removing warnings from plot CV examples (#29072)
2024-05-22 12:39:56 +00: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_cost_sensitive_learning.py DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
plot_cv_indices.py DOC Removing warnings from plot CV examples (#29072) 2024-05-22 12:39:56 +00:00
plot_cv_predict.py DOC fix typo in an example (#27815) 2023-11-22 16:09:37 +01:00
plot_det.py MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +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 MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
plot_grid_search_stats.py DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +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 DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
plot_permutation_tests_for_classification.py DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
plot_precision_recall.py MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +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_tuned_decision_threshold.py FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +00: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.