scikit-learn/examples/model_selection
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502)
2021-10-07 10:13:00 +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 MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_confusion_matrix.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_cv_indices.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_cv_predict.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02: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 MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_grid_search_refit_callable.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_grid_search_stats.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_learning_curve.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_multi_metric_evaluation.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_nested_cross_validation_iris.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02: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 MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_roc.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02: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 MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_successive_halving_iterations.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_train_error_vs_test_error.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_underfitting_overfitting.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_validation_curve.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00

README.txt

.. _model_selection_examples:

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

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