scikit-learn/examples
Loïc Estève 5fee5ad33c
MNT Make ruff check line-too-long (E501) (#31214)
2025-04-17 18:26:13 +02:00
..
applications MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
bicluster MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
calibration
classification
cluster MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
compose
covariance MNT Make ruff check line-too-long (E501) (#31214) 2025-04-17 18:26:13 +02:00
cross_decomposition
datasets
decomposition MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
developing_estimators
ensemble MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
feature_selection MNT Make ruff check line-too-long (E501) (#31214) 2025-04-17 18:26:13 +02:00
frozen
gaussian_process
impute
inspection
kernel_approximation
linear_model MNT use fstring (#31205) 2025-04-15 21:32:42 +00:00
manifold MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
miscellaneous MNT Make ruff check line-too-long (E501) (#31214) 2025-04-17 18:26:13 +02:00
mixture
model_selection ENH/FIX add drop_intermediate to DET curve and add threshold at infinity (#29151) 2025-04-16 17:05:35 +02:00
multiclass
multioutput
neighbors
neural_networks
preprocessing
release_highlights MNT improve UnsetMetadataPassedError error message and fix disable metadata routing in examples (#31069) 2025-04-02 10:33:44 +02:00
semi_supervised MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
svm MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
text MNT Make ruff check line-too-long (E501) (#31214) 2025-04-17 18:26:13 +02:00
tree MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
README.txt

README.txt

.. _general_examples:

Examples
========

This is the gallery of examples that showcase how scikit-learn can be used. Some
examples demonstrate the use of the :ref:`API <api_ref>` in general and some
demonstrate specific applications in tutorial form. Also check out our
:ref:`user guide <user_guide>` for more detailed illustrations.