scikit-learn/examples/classification
Peter Hull a6603bcd89
DOC Use correct name for OAS (#27883)
2023-12-01 17:21:50 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_classification_probability.py ENH accept class_of_interest in DecisionBoundaryDisplay to inspect multiclass classifiers (#27291) 2023-10-11 10:29:57 +02:00
plot_classifier_comparison.py MNT Deprecate SAMME.R algorithm from AdaBoostClassifier (#26830) 2023-09-07 21:54:52 +02:00
plot_digits_classification.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_lda.py DOC Use correct name for OAS (#27883) 2023-12-01 17:21:50 +00:00
plot_lda_qda.py DOC add narrative description and remove deprecation warning (#27440) 2023-09-28 12:52:08 +02:00

README.txt

.. _classification_examples:

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

General examples about classification algorithms.