Commit Graph

367 Commits

Author SHA1 Message Date
Guillaume Lemaitre 0f8a7775ad
DOC fixes sphinx warning due to rendering issue (#27951) 2023-12-12 17:01:18 +00:00
Kushan Sharma 1dc35498de
DOC Early Stopping example overhaul (#27466)
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2023-12-07 15:56:22 +01:00
Loïc Estève 0bbefad1ba
EXA Fix typo in dataset name (#27906) 2023-12-06 08:56:45 -05:00
Jérôme Dockès e1ce967a33
ENH detect categorical polars columns in HistGradientBoosting (#27835)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-12-05 10:15:06 +01:00
Guillaume Lemaitre c08afded99
MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05:00
Rahil Parikh b9f80577ea
DOC new example for time-series forecasting with lagged features and prediction intervals (#25350)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-11-21 17:36:45 +01:00
Olivier Grisel 3ab6c8cf0c
MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
Thomas J. Fan 4cf13d2b5f
ENH Adds native pandas categorical support to gradient boosting (#26411)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-11-17 20:07:08 +01:00
Kushan Sharma 3aa1054263
DOC Add link to Early Stopping example in Gradient Boosting (#27025)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-09-29 08:55:10 +02:00
Dimitri Papadopoulos Orfanos 0f43434e0c
DOC fix typos found by codespell (#27457) 2023-09-26 15:31:28 +02:00
Tialo 9faa522753
DOC Fixed some typos (#27410) 2023-09-19 12:35:02 +02:00
Stefanie Senger c634b8abbb
MNT Deprecate SAMME.R algorithm from AdaBoostClassifier (#26830)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-07 21:54:52 +02:00
mrastgoo bd9b0f69c6
ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-08-23 16:37:29 +02:00
Tialo 405a5a0950
DOC Fixed typo, added missing comma in plot_forest_hist_grad_boosting_comparison example (#26954) 2023-07-31 14:10:01 +00:00
Dimitri Papadopoulos Orfanos 1ba0783f64
MAINT Fix typos found by codespell (#26852) 2023-07-18 10:20:40 +02:00
Guillaume Lemaitre 5d145bf760
DOC fixes intersphinx warnings (#26779)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
Stefanie Senger 3a4a1d5737
DOC use notebook style in AdaBoostClassifier example (#26486)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-07-06 14:17:43 +02:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Arturo Amor 2415a1b11d
DOC Add example comparing random forest with hgbt models (#26320)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-06-01 12:22:45 +02:00
Dimitri Papadopoulos Orfanos 2fd022d972
MAINT Fix typos found by codespell (#26448) 2023-05-31 10:19:21 +02:00
Adrin Jalali 893d5accaf
MNT Update black to 23.3.0 (#26110) 2023-04-06 12:14:16 -04:00
Guillaume Lemaitre 40d7d880ed
FEA add PredictionErrorDisplay (#18020)
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-11-25 12:51:46 +01:00
krishna vamsi 75db1bc2db
DOC Fix FutureWarning in ensemble/plot_gradient_boosting_regularization.html (#24960)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-11-21 12:06:56 +01:00
Guillaume Lemaitre 85574f9cb8
DOC use log_loss instead of defining deviance (#24962) 2022-11-17 20:17:42 +01:00
Maxim Smolskiy 2c1581c32e
DOC Fix FutureWarning in ensemble/plot_gradient_boosting_oob.py (#24948) 2022-11-16 11:06:13 +01:00
Maxim Smolskiy c4d221ddcb
DOC Fix FutureWarning in ensemble/plot_gradient_boosting_regression.html (#24946) 2022-11-15 21:09:47 +01:00
Arturo Amor 9c3c2c5a31
DOC Rework IsolationForest example (#24917)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-11-15 20:13:49 +01:00
Guillaume Lemaitre 64ee92fa2c
MAINT blackify plot_stack_predictors example (#24944) 2022-11-15 18:57:41 +01:00
Eleanore Denies 498abaac0a
DOC remove FutureWarnings from plot_stack_predictors (#24918)
Co-authored-by: Apostolos Tsetoglou <apostolos.tsetoglou@insa-rouen.fr>
2022-11-15 17:14:38 +01:00
Olivier Grisel 74ddf01986
ENH Add support for feature names in monotonic_cst (#24855)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Tim Head <betatim@gmail.com>
2022-11-15 16:32:40 +01:00
Olivier Grisel 84a7a7a802
ENH Specify categorical features with feature names in HGBDT (#24889)
* Allow categorical_features to be passed as feature names

* Update relevant examples

* Call .set_output(transform='pandas') on the pipelines
2022-11-13 13:40:47 +01:00
Dhanshree Arora cf0416523a
DOC Fix FutureWarning in ensemble/plot_gradient_boosting_categorical example (#24902) 2022-11-12 11:02:00 +01:00
WEN Hao b4ffba9e22
DOC fix broken citeseer links (#24800) 2022-11-02 22:37:28 +01:00
Christine P. Chai 5f1cc20f7d
DOC changed xticks, line type, and legend location in OOB GBDT example (#24790) 2022-11-02 11:07:55 +01:00
Julien Jerphanion c21ea70cfc
DOC Fix `monotonic_cst` description in HGBT docstrings (#24396)
Co-authored-by: "Samuel O. Ronsin" <samuel.ronsin@dataiku.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-09-16 15:20:22 +02:00
Edoardo Abati 306608e622
MAINT rename and deprecate `base_estimator` in favor of `estimator` in ensemble classes (#23819)
Co-authored-by: Adrian Trujillo Duron <adrian.td96@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-09-09 11:21:31 +02:00
Christine P. Chai d1681ce411
DOC moved legend to the right (#24342) 2022-09-02 21:37:58 -04:00
Ravi Makhija 7f83d00338
DOC Fix variable name in Adaboost example (#24135) 2022-08-07 10:20:02 -04:00
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
Sven Stehle 9c12fb0c36
DOC use notebook-style in ensemble/plot_adaboost_regression.py (#23263)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-05-16 19:14:08 +02:00
Guillaume Lemaitre a47d569e67
ENH improve ARFF parser using pandas (#21938)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2022-05-12 18:21:15 +02:00
Sven Stehle 0a075179c6
DOC use notebook-style in ensemble/plot_adaboost_hastie_10_2.py (#23184)
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
2022-04-29 11:45:39 +02:00
Thomas J. Fan d400723a21
FEA Add DecisionBoundaryDisplay (#16061)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-29 16:36:31 +02:00
Jérémie du Boisberranger bb5ab53f94
API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
Dimitri Papadopoulos Orfanos ee5a1b69d1
DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
Jorge Ciprián 142e388fa0
DOC Clarify the LS term in example (#22156)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2022-03-16 18:19:00 +01:00
Thomas J. Fan 1fc86b6aac
MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
Maren Westermann cc534f89c5
[DOC] Speed up `plot_gradient_boosting_quantile.py` example (#21666)
Co-authored-by: Maren Westermann <maren.westermann@free-now.com>
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
2021-12-03 00:23:42 +01:00
Sven Eschlbeck f3b36e830b
EXA Update OpenML dataset in plot_gradient_boosting_categorical (#21789) 2021-11-29 07:57:52 -05:00
sply88 f19bf4c406
DOC accelerate plot_gradient_boosting_regularization.py example #21598 (#21611)
* accelerate plot_gradient_boosting_regularization.py example #21598

* speed up by less samples and less trees

* use train_test_split instead of slicing
2021-11-29 13:44:51 +01:00