scikit-learn/examples/model_selection
Juan Carlos Alfaro Jiménez 373946ec9e
DOC Fix x-axis label positions for SH iterations example (#18380)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-09-12 11:13:49 -04: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 EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
plot_confusion_matrix.py ENH Adds plot_confusion matrix (#15083) 2019-11-14 14:43:54 +01:00
plot_cv_indices.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04: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 ENH Adds plot_det_curve and associated display (#18176) 2020-08-28 22:36:52 -04: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_learning_curve.py DOC Fix docstring in examples (#18251) 2020-08-26 10:07:02 +02:00
plot_multi_metric_evaluation.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
plot_nested_cross_validation_iris.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
plot_precision_recall.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04: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 DOC Fix deprecation warning in plot_roc_crossval (#17155) 2020-05-07 20:01:04 -04:00
plot_successive_halving_heatmap.py FEA Successive halving for faster parameter search (#13900) 2020-09-09 17:12:35 +02:00
plot_successive_halving_iterations.py DOC Fix x-axis label positions for SH iterations example (#18380) 2020-09-12 11:13:49 -04: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 [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +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.