scikit-learn/examples/model_selection
Scott Sievert 7cb5dafebb FEA Implements log-uniform random variable (#11232) 2019-10-02 13:56:24 +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 EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
plot_confusion_matrix.py EXA plot_confusion_matrix example breaks down if not all classes present (#13126) 2019-02-10 16:05:58 +01:00
plot_cv_indices.py DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
plot_cv_predict.py DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
plot_grid_search_digits.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08: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 EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
plot_multi_metric_evaluation.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08: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 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_randomized_search.py FEA Implements log-uniform random variable (#11232) 2019-10-02 13:56:24 +02:00
plot_roc.py TST Adding multi-output checks to common tests (#13392) 2019-10-01 14:20:11 +02:00
plot_roc_crossval.py FEA Plotting API starting with ROC curve (#14357) 2019-08-08 08:28:17 +08: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.