scikit-learn/examples/classification
hugorichard 370e5452b5
FEA Allow passing custom covariance estimators to LDA (#14446)
Co-authored-by: hugo richard <hugo.richard@inria.fr>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-09-17 08:40:41 -04:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_classification_probability.py [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
plot_classifier_comparison.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_digits_classification.py DOC Amend plot_digits_classification.py to use notebook style (#17016) 2020-05-20 16:09:59 +02:00
plot_lda.py FEA Allow passing custom covariance estimators to LDA (#14446) 2020-09-17 08:40:41 -04:00
plot_lda_qda.py DOC Fix suptitle in LDA_QDA example (#14130) 2019-06-22 09:07:43 -07:00

README.txt

.. _classification_examples:

Classification
-----------------------

General examples about classification algorithms.