scikit-learn/examples
Christine P. Chai f4959ead48
DOC Move legend in LOF Novelty Detection (#30726)
2025-01-29 10:58:54 +01:00
..
applications DOC Fix doc build now that OpenML is back (#30715) 2025-01-27 09:46:15 +00:00
bicluster DOC simplify counting of documents in `plot_bicluster_newsgroups.py` example (#29975) 2024-10-02 14:11:27 +02:00
calibration DOC Remove unused n_bins in plot_calibration.py (#30690) 2025-01-21 16:40:13 +01:00
classification MAINT|API Clean up deprecations for 1.6: SAMME.R in AdaBoost and deprecate algorithm (#29997) 2024-10-08 22:15:43 +02:00
cluster DOC remove KMeans clustering on iris example (#29960) 2024-10-14 13:55:38 +02:00
compose DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
covariance DOC make the graph more readable (#30665) 2025-01-20 14:56:01 +00:00
cross_decomposition MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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 replace authors and license with standard text (#30511) 2024-12-20 09:22:11 +00:00
developing_estimators CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
ensemble MNT Fix typos found by codespell (#30660) 2025-01-23 06:43:58 +00:00
feature_selection MNT replace authors and license with standard text (#30511) 2024-12-20 09:22:11 +00:00
frozen DOC Release Highlights for version 1.6 (#30392) 2024-12-06 17:29:05 +01:00
gaussian_process DOC: Clarify the sign in log marginal likelihood plot. (#30273) 2024-11-19 08:59:31 +01:00
impute DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
inspection DOC Fix example comment being rendered as text (#30412) 2024-12-05 12:39:43 +00:00
kernel_approximation CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
linear_model DOC Move legend to avoid hiding data points (#30696) 2025-01-22 08:16:28 +01:00
manifold MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
miscellaneous DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
mixture MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
model_selection MNT Fix typos found by codespell (#30660) 2025-01-23 06:43:58 +00:00
multiclass DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
multioutput CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
neighbors DOC Move legend in LOF Novelty Detection (#30726) 2025-01-29 10:58:54 +01:00
neural_networks MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
preprocessing DOC fix link in HuberRegressor docstring (#30417) 2024-12-07 15:20:04 +00:00
release_highlights MNT Fix typos found by codespell (#30660) 2025-01-23 06:43:58 +00:00
semi_supervised MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
svm DOC Rework SVM weighted samples example (#30711) 2025-01-27 10:56:40 +05:00
text CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
tree DOC Add link to plot_tree_regression.py example (#26962) 2024-10-18 07:08:26 +00:00
README.txt DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00

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.