scikit-learn/examples/model_selection
maikia 43fd8c9246
DOC exchanged boston for diabetes dataset in plot_cv_predict (#16312)
2020-01-30 13:02:06 -05: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 EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
plot_confusion_matrix.py ENH Adds plot_confusion matrix (#15083) 2019-11-14 14:43:54 +01:00
plot_cv_indices.py DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
plot_cv_predict.py DOC exchanged boston for diabetes dataset in plot_cv_predict (#16312) 2020-01-30 13:02:06 -05:00
plot_grid_search_digits.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_grid_search_refit_callable.py Avoid convergence warning in plot_grid_search_refit_callable (#14143) 2019-07-18 13:30:20 -04:00
plot_learning_curve.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
plot_multi_metric_evaluation.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_nested_cross_validation_iris.py [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
plot_precision_recall.py FEA Adds plot_precision_recall_curve (#14936) 2019-11-10 20:54:35 -06:00
plot_randomized_search.py FEA Implements log-uniform random variable (#11232) 2019-10-02 13:56:24 +02:00
plot_roc.py DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
plot_roc_crossval.py FEA Plotting API starting with ROC curve (#14357) 2019-08-08 08:28:17 +08:00
plot_train_error_vs_test_error.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11: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 EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00

README.txt

.. _model_selection_examples:

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

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