Commit Graph

22 Commits

Author SHA1 Message Date
Loïc Estève bb87768744
MNT Ignore pandas 2.2 warnings including Pyarrow dependency warnings (#28305)
Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
2024-01-31 11:23:33 +01:00
Dimitri Papadopoulos Orfanos 6a7c8fd565
MAINT Fix typos found by codespell (#27824)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-11-22 15:59:36 +00: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
Aniket Patil 4b64e3fb64
EXA Fix typo in plot_cyclical_feature_engineering.py (#27638)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-10-23 10:27:36 +02:00
Christian Lorentzen d7a114413d
DOC improve example on cyclic feature engineering (#27501) 2023-10-11 18:44:26 +00:00
Dimitri Papadopoulos Orfanos 0f43434e0c
DOC fix typos found by codespell (#27457) 2023-09-26 15:31:28 +02:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
mdarii 2fbded2d11
MAINT make plot_digits_denoising deterministic by fixing random state (#26004) 2023-03-29 10:09:04 +02:00
Arturo Amor 1b676ce768
DOC Use plotting utility in Time-related feature engineering example (#25559)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-03-10 11:15:08 +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
Ti-Ion c98b910fee
DOC Fix FutureWarning in 'applications/plot_cyclical_feature_engineering.html' (#24892)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Tig <tionni>
2022-11-11 21:50:18 -05: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
Alexandr f4ce4c9ea3
DOC add plt.show to be used when executing plot_cyclical_feature_engineering example as script (#23300) 2022-05-12 14:13:28 +02: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
Loïc Estève 30cc5d76ef
DOC Fix minor issues in bike sharing example (#21127) 2021-09-23 20:49:02 +02:00
Dimitri Papadopoulos Orfanos f71c031314
DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
Mathis Batoul 0b32be0019
Fix typo in example `plot.cyclical_feature_engineering.py`. (#20795) 2021-08-21 11:53:48 +02:00
Christian Lorentzen 97e1401822
DOC improve wording of time-related feature engineering example (#20759)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-08-17 14:52:16 +02:00
Olivier Grisel 2844f592be
Missing labels on a plot for the time features example (#20606) 2021-07-26 17:53:25 +02:00
Olivier Grisel 9fe82ca7ec
Formatting fixes in time features example (#20605) 2021-07-26 14:49:50 +02:00
Olivier Grisel 45bb9ab916
DOC new example on feature engineering for cyclic time features (#20281)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-07-26 11:02:49 +02:00