scikit-learn/examples/model_selection
Joel Nothman 081a554698 FIX P/R/F metrics and scorers are now for binary problems only by default
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
grid_search_digits.py FIX P/R/F metrics and scorers are now for binary problems only by default 2014-12-09 13:56:51 +11:00
grid_search_text_feature_extraction.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_confusion_matrix.py FIX: divide each row of the CM by the true support 2014-09-01 11:21:25 +02:00
plot_learning_curve.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_precision_recall.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_roc.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_roc_crossval.py move around examples for better structure. 2014-07-17 09:35:30 +02: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 DOC add missing import to plot_underfitting_overfitting.py, fix plot height. 2014-12-02 09:03:22 -05:00
plot_validation_curve.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
randomized_search.py move around examples for better structure. 2014-07-17 09:35:30 +02:00

README.txt

.. _model_selection_examples:

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

Examples concerning model selection, mostly contained in the
:mod:`sklearn.grid_search` and :mod:`sklearn.cross_validation` modules.