We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adapt categorical encoders from Sklearn into etna
Really frustrating when such simple transform is absent in etna
Create sklearn converter for https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
Create 2 classes LabelEncoderTransform and LabelBinarizerTransform Should work with int and str types.
If meet unknown label:
The return column should be categorical.
Inverse transform is not necessary (but it should be easy to do)
No response
The text was updated successfully, but these errors were encountered:
Ama16
Successfully merging a pull request may close this issue.
🚀 Feature Request
Adapt categorical encoders from Sklearn into etna
Motivation
Really frustrating when such simple transform is absent in etna
Proposal
Create sklearn converter for
https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
Create 2 classes LabelEncoderTransform and LabelBinarizerTransform
Should work with int and str types.
If meet unknown label:
The return column should be categorical.
Inverse transform is not necessary (but it should be easy to do)
Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: