[ENH] Implement Yeo-Johnson Series Transformer #1475
Labels
enhancement
New feature, improvement request or other non-bug code enhancement
implementing algorithms
Implementing new algorithms/estimators
transformations
Transformations package
Describe the feature or idea you want to propose
a long time ago I experimented with the Yeo-Johnson regressor transform.
https://ieeexplore.ieee.org/document/1716845
Yeo-Johnson is an extension of Box-Cox that allows xero and negative regressor values. We have an implementation of Box Cox, it would be nice to include Yeo-Johnson
Describe your proposed solution
either extend Box Cox once it is moved into series tranformers, or implement a new BaseSeriesTransformer
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: