Scorers for different average parameters have been added. |
||
|---|---|---|
| .. | ||
| README.txt | ||
| grid_search_digits.py | ||
| grid_search_text_feature_extraction.py | ||
| plot_confusion_matrix.py | ||
| plot_learning_curve.py | ||
| plot_precision_recall.py | ||
| plot_roc.py | ||
| plot_roc_crossval.py | ||
| plot_train_error_vs_test_error.py | ||
| plot_underfitting_overfitting.py | ||
| plot_validation_curve.py | ||
| randomized_search.py | ||
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.