scikit-learn/examples/classification
Guillaume Lemaitre 8c6a045e46
ENH/DEP add class method and deprecate plot function for confusion matrix (#18543)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2021-01-22 19:57:41 +01: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 ENH/DEP add class method and deprecate plot function for confusion matrix (#18543) 2021-01-22 19:57:41 +01: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.