scikit-learn/examples/model_selection
Guillaume Lemaitre f46190846c
API add from_estimator and from_predictions to RocCurveDisplay (#20569)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-09-03 17:19:46 +02:00
..
README.txt DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
grid_search_text_feature_extraction.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_confusion_matrix.py ENH/DEP add class method and deprecate plot function for confusion matrix (#18543) 2021-01-22 19:57:41 +01:00
plot_cv_indices.py Stratified Group KFold implementation (#18649) 2021-03-20 21:57:42 +11:00
plot_cv_predict.py DOC exchanged boston for diabetes dataset in plot_cv_predict (#16312) 2020-01-30 13:02:06 -05:00
plot_det.py API add from_estimator and from_predictions to RocCurveDisplay (#20569) 2021-09-03 17:19:46 +02:00
plot_grid_search_digits.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
plot_grid_search_refit_callable.py Avoid convergence warning in plot_grid_search_refit_callable (#14143) 2019-07-18 13:30:20 -04:00
plot_grid_search_stats.py DOC fixes typo and comment in example plot_grid_search_stats.py (#20447) 2021-07-22 22:34:09 +02:00
plot_learning_curve.py DOC Update docs guideline regarding docstring formatting (#18243) 2021-01-08 12:55:53 -05:00
plot_multi_metric_evaluation.py DOC Fix typo in plot_multi_metric_evaluation example (#19675) 2021-03-15 10:46:22 +01:00
plot_nested_cross_validation_iris.py [MRG] resolve ambiguity of the nested cross-val example (#20148) 2021-05-27 23:43:13 +10:00
plot_permutation_tests_for_classification.py DOC solve plotting issue in plot_permutation_test_for_classification (#20637) 2021-07-31 10:24:50 +02:00
plot_precision_recall.py API add from_estimator and from_preditions to PrecisionRecallDisplay (#20552) 2021-08-31 10:51:32 +02:00
plot_randomized_search.py DOC correct estimator name in example (#17239) 2020-05-16 18:07:33 -04:00
plot_roc.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
plot_roc_crossval.py API add from_estimator and from_predictions to RocCurveDisplay (#20569) 2021-09-03 17:19:46 +02:00
plot_successive_halving_heatmap.py MNT Uses enable_halving_search_cv instead (#18563) 2020-10-09 07:49:20 +11:00
plot_successive_halving_iterations.py MNT Uses enable_halving_search_cv instead (#18563) 2020-10-09 07:49:20 +11:00
plot_train_error_vs_test_error.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_underfitting_overfitting.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_validation_curve.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00

README.txt

.. _model_selection_examples:

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

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