Commit Graph

13 Commits

Author SHA1 Message Date
Guillaume Lemaitre 9290bae93c
FIX force explicitely the orientation when creating polar DataFrame (#27854) 2023-11-27 11:40:12 +01:00
Thomas J. Fan 831c49aca3
ENH Adds polars output support to `set_output` API (#27315) 2023-11-19 22:46:56 +01:00
Stefanie Senger 20dad5851e
DOC documentation and error message for mismatching output formats in transformers with a sparse output (#26919)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-09-21 16:54:23 +02:00
Thomas J. Fan e4efd8b796
FIX Fixes set_output with list input (#27044) 2023-08-10 12:05:40 +05:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Thomas J. Fan ae78c25b00
MNT Use copy=False when creating DataFrames (#26272) 2023-04-25 12:00:03 +02:00
Thomas J. Fan d95ecbbccf
FIX Keeps namedtuple's class when transform returns a tuple (#26121) 2023-04-13 13:53:58 +02:00
Thomas J. Fan cc8228eadf
FIX TransformerMixin does not override index if transform=pandas (#25747) 2023-03-08 16:07:38 +01:00
Thomas J. Fan a0a6ea744f
FIX Fixes transform wrappig in _SetOutputMixin (#25295)
Fixes https://github.com/scikit-learn/scikit-learn/issues/25293
2023-01-10 17:47:11 +01:00
Thomas J. Fan 7dcb5efb47
ENH Improve set_output compatibility in ColumnTransformer (#24699)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-11-17 19:03:34 +01:00
Thomas J. Fan a923f9e9c7
FIX Calls super().init_subclass in _SetOutputMixin (#24863) 2022-11-10 09:48:40 +01:00
Thomas J. Fan d4306ba9aa
DOC Improve docstring around set_output (#24672)
* DOC Improve docstring around set_output

* DOC Improve docs around set_output

* DOC Address comments

* DOC Better grammar

* DOC Improve wording

* DOC Improves docstring in set_config
2022-10-18 16:38:50 -04: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