Commit Graph

15 Commits

Author SHA1 Message Date
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