scikit-learn/examples/classification
Christine P. Chai d4e7158bca
DOC modified the graph for better readability (#25644)
2023-02-20 20:23:21 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_classification_probability.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_classifier_comparison.py DOC Use pipeline in classifiers example (#24399) 2022-09-09 10:38:19 +02:00
plot_digits_classification.py DOC convert confusion matrix to y_true/y_pred for classification_report example (#24711) 2022-10-26 15:22:18 +02:00
plot_lda.py DOC modified the graph for better readability (#25644) 2023-02-20 20:23:21 +00:00
plot_lda_qda.py DOC Use matplotlib's kwarg in plot_lda_qda (#24809) 2022-11-02 15:30:32 -04:00

README.txt

.. _classification_examples:

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

General examples about classification algorithms.