scikit-learn/examples/model_selection
Guillaume Lemaitre 1e49c34c7e
FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Omar Salman <omar.salman@arbisoft>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Soledad Galli <solegalli@protonmail.com>
Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Joel Nothman <joeln@canva.com>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-03 16:15:25 +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 FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +00: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 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 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 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.