scikit-learn/examples/model_selection
syonekura 32fcc364ab [MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs (#9776) 2017-10-04 17:28:32 +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 [MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs (#9776) 2017-10-04 17:28:32 +02:00
plot_confusion_matrix.py [MRG+1] Fix confusion matrix example code (#7971) 2016-12-03 15:57:15 -05:00
plot_grid_search_digits.py [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
plot_learning_curve.py [MRG+1] Rename CV params n_{folds,iter} to n_splits (#7187) 2016-08-16 13:56:55 -07:00
plot_multi_metric_evaluation.py FIX broken link in gallery and bad title rendering 2017-07-12 16:37:49 +02:00
plot_nested_cross_validation_iris.py [MRG+1] Spelling mistake in Feature Extraction documentation (#8763) 2017-04-19 10:20:22 -07:00
plot_precision_recall.py DOC Add average precision definitions and cross references (#9583) 2017-09-25 20:04:21 +10:00
plot_randomized_search.py [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
plot_roc.py update references link namespace 2016-08-03 20:23:50 +02:00
plot_roc_crossval.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_train_error_vs_test_error.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02: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 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00

README.txt

.. _model_selection_examples:

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

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