scikit-learn/examples
Loïc Estève b4483024cb
MNT Remove LogisticRegressionCV FutureWarning from examples (#32795)
2025-11-26 09:10:05 +00:00
..
applications DOC Correct typos and format issues in examples (#32494) 2025-10-14 14:54:12 +02:00
bicluster FIX: fix wrongly used `plt.show()` in examples (#31524) 2025-06-12 10:32:13 +10:00
calibration MNT Remove LogisticRegressionCV FutureWarning from examples (#32795) 2025-11-26 09:10:05 +00:00
classification ENH: Add `covariance_estimator` to `QuadraticDiscriminantAnalysis` (#32108) 2025-10-31 09:02:42 +00:00
cluster MAINT Cleaning up old scipy version mentions and code (#32685) 2025-11-10 14:16:03 +00:00
compose DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529) 2025-10-18 08:26:03 +02:00
covariance DOC Add cross-refs to references in examples (#32514) 2025-10-17 09:09:21 +02:00
cross_decomposition DOC Refactor cross decomposition example (#32177) 2025-09-16 15:41:52 +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 MAINT Cleaning up old scipy version mentions and code (#32685) 2025-11-10 14:16:03 +00:00
developing_estimators MNT Fix pre-commit issues (#31013) 2025-03-22 10:49:53 +01:00
ensemble MNT Fix pandas 3 `select_dtypes` warning (#32545) 2025-10-20 15:48:35 +02:00
feature_selection DOC Fix example Recursive feature elimination with cross-validation (#31516) 2025-06-18 17:50:20 +02:00
frozen DOC: Correct a typo: this examples -> this example (#31458) 2025-05-31 23:58:45 -04:00
gaussian_process DOC Correct many typos in code comments (#32666) 2025-11-07 21:45:28 +01:00
impute DOC Scale data before using k-neighbours regression (#31201) 2025-06-12 11:11:12 +02:00
inspection DOC Fix swapped axes in linear model coefficient plots (Issue #32706) (#32709) 2025-11-18 17:00:50 +01:00
kernel_approximation DOC Add cross-refs to references in examples (#32514) 2025-10-17 09:09:21 +02:00
linear_model DEP parameter penalty in LogisticRegression and LogisticRegressionCV (#32659) 2025-11-26 05:01:39 +01:00
manifold FEA Add support for arbitrary metrics and informative initialization to MDS (#32229) 2025-11-06 10:46:39 +01:00
miscellaneous DEP parameter penalty in LogisticRegression and LogisticRegressionCV (#32659) 2025-11-26 05:01:39 +01:00
mixture DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529) 2025-10-18 08:26:03 +02:00
model_selection DOC Correct many typos in code comments (#32666) 2025-11-07 21:45:28 +01:00
multiclass MNT Fix rst issues found by sphinx-lint (#31114) 2025-03-31 14:48:09 +02:00
multioutput CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
neighbors DOC Add cross-refs to references in examples (#32514) 2025-10-17 09:09:21 +02:00
neural_networks MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
preprocessing MNT Remove LogisticRegressionCV FutureWarning from examples (#32795) 2025-11-26 09:10:05 +00:00
release_highlights API Change default value of HDBSCAN.copy (#31973) 2025-09-09 13:30:37 +00:00
semi_supervised DOC Rework Decision boundary of semi-supervised methods example (#32024) 2025-10-05 07:10:57 +02:00
svm DOC Fix decision boundary colouring in the `plot_svm_tie_breaking.py` example (#32361) 2025-10-06 13:46:45 +02: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.