scikit-learn/examples
Guillaume Lemaitre 1e49c34c7e
FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Omar Salman <omar.salman@arbisoft>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Soledad Galli <solegalli@protonmail.com>
Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Joel Nothman <joeln@canva.com>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-03 16:15:25 +00:00
..
applications MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04: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 MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04: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 minor improvements of Features in Histogram Gradient Boosting Trees (#28858) 2024-04-19 10:53:54 +00: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 MNT Ignore pandas 2.2 warnings including Pyarrow dependency warnings (#28305) 2024-01-31 11:23:33 +01:00
impute DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
inspection DOC Add warnings about causal interpretation of coefficients (#19789) 2024-04-15 13:20:59 +00:00
kernel_approximation MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
linear_model API deprecate multi_class in LogisticRegression (#28703) 2024-05-03 14:48:25 +02: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 FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120) 2024-05-03 16:15:25 +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 Add example showcasing HGBT regression (#26991) 2024-02-22 18:53:27 +01:00
semi_supervised MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
svm MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +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 MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
README.txt DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00

README.txt

.. _general_examples:

Examples
========