scikit-learn/examples
João Morais 8798dfebd5
DOC Removing warnings from plot_sgd_iris example (#29121)
2024-05-28 11:37:01 +08:00
..
applications DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
bicluster MAINT Fix typos found by codespell (#26852) 2023-07-18 10:20:40 +02:00
calibration MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
classification API deprecate multi_class in LogisticRegression (#28703) 2024-05-03 14:48:25 +02:00
cluster MAINT Clean up deprecations for 1.5: in KBinsDiscretizer (#28817) 2024-04-11 17:59:05 +00:00
compose DOC use polars in plot_digits_pipe example (#28576) 2024-03-07 07:20:45 +00:00
covariance DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
cross_decomposition MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
datasets DOC improve iris example (#26973) 2023-09-07 16:05:31 +02:00
decomposition DOC Add links to decomposition examples in docstrings and user guide (#26932) 2024-01-11 10:31:39 +00:00
developing_estimators DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
ensemble DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
exercises DOC Add doc link to SVC reference (#28073) 2024-01-16 16:09:32 +01:00
feature_selection DOC Enhanced example visualization to RFE (#28862) 2024-04-22 15:19:41 +02:00
gaussian_process DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
impute DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
inspection DOC use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02:00
kernel_approximation MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
linear_model DOC Removing warnings from plot_sgd_iris example (#29121) 2024-05-28 11:37:01 +08:00
manifold MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
miscellaneous MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422) 2024-05-02 10:13:21 +02:00
mixture MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
model_selection DOC Removing warnings from plot CV examples (#29072) 2024-05-22 12:39:56 +00:00
multiclass MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
multioutput MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
neighbors MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
neural_networks DOC Fix plot legends in learning rate schedules example (#27872) 2023-11-30 17:42:52 +01:00
preprocessing MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
release_highlights DOC Various improvements and more details in release highlights for 1.5 (#29056) 2024-05-21 14:51:01 +00:00
semi_supervised MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
svm DOC remove obsolete SVM example (#27108) 2024-05-19 21:14:50 +02:00
text DOC Add links to KMeans examples in docstrings and the user guide (#27799) 2024-01-06 04:11:52 +01:00
tree DOC Removing warnings from plot_iris_dtc (#29109) 2024-05-27 10:31:12 +02: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.