scikit-learn/examples/model_selection
Laurent Direr f5052211e5 Modified the confusion matrix example: included a normalized matrix, changed the colors and added class labels. 2014-07-27 19:09:11 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
grid_search_digits.py move around examples for better structure. 2014-07-17 09:35:30 +02: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 Modified the confusion matrix example: included a normalized matrix, changed the colors and added class labels. 2014-07-27 19:09:11 +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 move around examples for better structure. 2014-07-17 09:35:30 +02: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.