scikit-learn/examples
antoinebaker d388d88b93
DOC fix xlabel in Tweedie regression on insurance claims (#30362)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-11-29 15:05:19 +01:00
..
applications DOC fix typo in cyclical feature engineering example (#30314) 2024-11-20 17:34:44 +01:00
bicluster DOC simplify counting of documents in `plot_bicluster_newsgroups.py` example (#29975) 2024-10-02 14:11:27 +02:00
calibration API deprecate CalibratedClassifierCV(..., cv=prefit) for FrozenEstimator (#30171) 2024-10-30 16:26:55 +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
cross_decomposition
datasets DOC remove basic iris example and merge with iris with PCA example (#29964) 2024-10-15 12:37:10 +02:00
decomposition DOC remove basic iris example and merge with iris with PCA example (#29964) 2024-10-15 12:37:10 +02:00
developing_estimators
ensemble DOC remove redundant example on MDI feature importance (#29965) 2024-10-15 12:35:19 +02:00
exercises
feature_selection
frozen REVERT ENH add the parameter prefit in the FixedThresholdClassifier (#29067) (#30172) 2024-11-05 20:10:20 +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 ENH Add custom_range argument for partial dependence - version 2 (#26202) 2024-11-19 08:55:29 +01:00
kernel_approximation
linear_model DOC fix xlabel in Tweedie regression on insurance claims (#30362) 2024-11-29 15:05:19 +01:00
manifold
miscellaneous DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
mixture
model_selection REVERT ENH add the parameter prefit in the FixedThresholdClassifier (#29067) (#30172) 2024-11-05 20:10:20 +01:00
multiclass DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
multioutput
neighbors DOC added example links for plot_species_distribution_model.py (#29760) 2024-10-17 12:19:24 +00:00
neural_networks
preprocessing
release_highlights
semi_supervised
svm DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +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.