Commit Graph

8 Commits

Author SHA1 Message Date
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Dimitri Papadopoulos Orfanos 2fd022d972
MAINT Fix typos found by codespell (#26448) 2023-05-31 10:19:21 +02:00
Loïc Estève 28d65c5533
EXA Tweak plot_set_output comment (#26350) 2023-05-10 09:55:15 +02:00
Rafal Wojdyla 3efdc8965f
Document config_context and transform output (#25289) 2023-01-05 17:35:37 +01:00
Alessandro Miola 6eb46339f3
DOC Fix typo in plot_set_output.py example (#24704) 2022-10-19 11:17:59 +02:00
Tim Head 98a3fdf6ef
DOC Fix typo and adjust wording in `set_output` example (#24689)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-10-18 15:14:58 +02:00
Loïc Estève 29d89f0b23
MAINT Fix full doc build by avoiding plot_set_output.py side-effect (#24654) 2022-10-13 16:50:00 +02:00
Thomas J. Fan 2a6703d9e8
ENH Introduces set_output API for pandas output (#23734)
* Introduces set_output API for all transformers

* TransformerMixin inherits from _SetOutputMixin

* Adds tests

* Adds whatsnew

* Adds example on using set_output API

* Adds developer docs for set_output
2022-10-13 00:19:12 +02:00