scikit-learn/examples
Stefanie Senger efe2b766b6
MNT improve UnsetMetadataPassedError error message and fix disable metadata routing in examples (#31069)
2025-04-02 10:33:44 +02:00
..
applications EXA Download parquet file from data.openml.org (#30824) 2025-02-17 15:34:35 +01:00
bicluster DOC simplify counting of documents in `plot_bicluster_newsgroups.py` example (#29975) 2024-10-02 14:11:27 +02: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 Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
compose
covariance DOC make the graph more readable (#30665) 2025-01-20 14:56:01 +00:00
cross_decomposition MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
datasets DOC remove basic iris example and merge with iris with PCA example (#29964) 2024-10-15 12:37:10 +02:00
decomposition MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
developing_estimators MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
ensemble MNT Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
feature_selection MNT replace authors and license with standard text (#30511) 2024-12-20 09:22:11 +00: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 DOC improve quantile regression example (#31008) 2025-03-18 17:31:18 +00:00
manifold FIX Fix multiple severe bugs in non-metric MDS (#30514) 2025-03-31 11:25:50 +02:00
miscellaneous MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
mixture MNT Apply ruff/flake8-implicit-str-concat rules (ISC) (#30695) 2025-03-18 15:10:10 -04:00
model_selection MNT improve UnsetMetadataPassedError error message and fix disable metadata routing in examples (#31069) 2025-04-02 10:33:44 +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 Fix FutureWarning in doc (#30790) 2025-02-08 22:36:19 -05:00
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
svm MNT Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
text
tree DOC Add link to plot_tree_regression.py example (#26962) 2024-10-18 07:08:26 +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.