scikit-learn/examples/model_selection
Sachin Agarwal 0cae688f25 plot iso-f1 curves in plot_precision_recall (#8378) 2017-02-20 13:53:51 +01:00
..
README.txt DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
grid_search_digits.py results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al. 2016-09-06 18:46:09 +02:00
grid_search_text_feature_extraction.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_confusion_matrix.py [MRG+1] Fix confusion matrix example code (#7971) 2016-12-03 15:57:15 -05: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_nested_cross_validation_iris.py [MRG + 1] DOC refer to code elements in nested CV example description (#7949) 2016-11-30 20:46:39 +11:00
plot_precision_recall.py plot iso-f1 curves in plot_precision_recall (#8378) 2017-02-20 13:53:51 +01:00
plot_roc.py update references link namespace 2016-08-03 20:23:50 +02:00
plot_roc_crossval.py [MRG] Fix aesthetic example roc crossval (#8232) 2017-01-25 14:09:54 +01:00
plot_train_error_vs_test_error.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_underfitting_overfitting.py Update examples to new scorer names 2016-09-06 11:25:11 +02:00
plot_validation_curve.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
randomized_search.py results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al. 2016-09-06 18:46:09 +02:00

README.txt

.. _model_selection_examples:

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

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