scikit-learn/examples
Arturo Amor ce8f23df3d
ENH/FIX add drop_intermediate to DET curve and add threshold at infinity (#29151)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2025-04-16 17:05:35 +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 ENH Add Multiclass Brier Score Loss (#22046) 2025-03-20 19:37:18 +01:00
classification MNT Apply ruff/flake8-implicit-str-concat rules (ISC) (#30695) 2025-03-18 15:10:10 -04:00
cluster MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
compose
covariance MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
cross_decomposition MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
datasets
decomposition MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
developing_estimators MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
ensemble MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
feature_selection MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
frozen MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
gaussian_process MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
impute
inspection MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
kernel_approximation MNT Apply ruff/flake8-implicit-str-concat rules (ISC) (#30695) 2025-03-18 15:10:10 -04:00
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 Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
mixture MNT Apply ruff/flake8-implicit-str-concat rules (ISC) (#30695) 2025-03-18 15:10:10 -04:00
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 MNT Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
multioutput
neighbors MNT Enforce ruff rules (RUF) (#30694) 2025-03-18 09:36:12 +01:00
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 Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +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.