Commit Graph

7 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos ee5a1b69d1
DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
Sven Eschlbeck f3b36e830b
EXA Update OpenML dataset in plot_gradient_boosting_categorical (#21789) 2021-11-29 07:57:52 -05:00
Paul 6a693ac4fb
DOC Speed up example on plot_gradient_boosting_categorical.py (#21634)
* sped up the example by reducing the number of columns and the number of iterators, along with code changes

* removed warning filter as it breaks the CI

* change in a comment

Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>

* fixed typo

* made code more robust as per PR comment

* applied black

* applied black

Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
2021-11-24 14:12:23 +01:00
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
Nicolas Hug 309f135c32
MNT Remove HistGradientBoosting from experimental (#19799) 2021-04-02 16:40:20 +02:00
Thomas J. Fan b4453f126f
ENH Add Categorical support for HistGradientBoosting (#18394)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
2020-11-16 23:10:12 +01:00