Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RangeScaler and RangeUnscaler primitives #232

Closed
csala opened this issue Jan 27, 2020 · 0 comments · Fixed by #233
Closed

Add RangeScaler and RangeUnscaler primitives #232

csala opened this issue Jan 27, 2020 · 0 comments · Fixed by #233
Assignees
Labels
new primitives A new primitive is being requested
Milestone

Comments

@csala
Copy link
Contributor

csala commented Jan 27, 2020

Add a RangeScaler primitive that allows scaling data to a specified min-max range, like scikit-learn MinMaxScaler, but which also comes with an inverse primitive RangeUnscaler which allows reverting back the transformation to the original state.

Implementation should be similar to the existing ClassEncoder and ClassDecoder couple of primitives.

@csala csala self-assigned this Jan 27, 2020
@csala csala added the new primitives A new primitive is being requested label Jan 27, 2020
@csala csala added this to the 0.2.4 milestone Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new primitives A new primitive is being requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant