scikit-learn/examples
Arturo Amor 89c835234e
DOC Point GradientBoosting towards HistGradientBoosting (#23340)
* Point GradientBoosting towards HistGradientBoosting on docstrings

* Point GradientBoosting towards HistGradientBoosting on examples

* Avoid the GB acronym

* Iter

* Apply suggestion from lesteve

* Apply suggestions from code review

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>

* Format

* Apply suggestions from code review

Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>

* Format

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2022-05-24 19:27:20 +02:00
..
applications DOC Point GradientBoosting towards HistGradientBoosting (#23340) 2022-05-24 19:27:20 +02:00
bicluster MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
calibration DOC: various spellcheck and typos (#23093) 2022-04-12 10:53:27 +02:00
classification FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
cluster DOC Removes redundant time_ variable in plot_birch example (#23293) 2022-05-05 21:25:17 -04:00
compose ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
covariance DOC use notebook-style for plot_covariance_estimation.py (#23150) 2022-04-27 10:41:49 +02:00
cross_decomposition DOC Use notebook style for remaining notebooks (#23365) 2022-05-13 18:07:24 +02:00
datasets EXA: fix example for matplotlib 3.1 (#23083) 2022-04-08 20:36:36 +02:00
decomposition DOC Use notebook style for remaining notebooks (#23365) 2022-05-13 18:07:24 +02:00
ensemble DOC Point GradientBoosting towards HistGradientBoosting (#23340) 2022-05-24 19:27:20 +02:00
exercises DOC update notebook-style example plot_cv_diabetes.py (#22740) 2022-03-17 11:42:01 +01:00
feature_selection API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
gaussian_process ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
impute DOC Accelerate plot_missing_values.py example (#21792) 2022-05-03 17:16:34 +02:00
inspection ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
kernel_approximation DOC modify plot_scalable_poly_kernels.py format (#23009) 2022-04-08 18:27:07 +02:00
linear_model DOC Use notebook style for remaining notebooks (#23365) 2022-05-13 18:07:24 +02:00
manifold MNT handle warnings in plot_manifold_sphere.py (#23124) 2022-04-13 13:41:34 -04:00
miscellaneous ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
mixture DOC Added hyperlink to AIC-BIC User Guide entry (#23146) 2022-04-17 16:37:32 -04:00
model_selection FEA Add positive and negative likelihood ratios to metrics (#22518) 2022-05-17 10:39:48 +02:00
multioutput ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
neighbors ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
neural_networks ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
preprocessing DOC Updates the MAxAbsScaler description in scalers example (#22951) 2022-04-04 23:15:07 +02:00
release_highlights ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02:00
semi_supervised MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
svm FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
text DOC rework plot_document_classification_20newsgroups.py example (#22928) 2022-05-23 18:21:37 +02:00
tree MAINT Fix some typos (#23251) 2022-04-30 15:03:40 -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
========