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 min and max arguments to NumericalTransformer #106

Closed
JDTheRipperPC opened this issue Nov 14, 2019 · 0 comments · Fixed by #168
Closed

Add min and max arguments to NumericalTransformer #106

JDTheRipperPC opened this issue Nov 14, 2019 · 0 comments · Fixed by #168
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@JDTheRipperPC
Copy link
Collaborator

JDTheRipperPC commented Nov 14, 2019

Add min_value and max_value arguments to the NumericalTransformer.

Values for each one of the can be:

  • None: means the data can go up to infinite (or -infinite)
  • 'auto': means learn it from the data and stick to it
  • <any other value>: Use the given value as the min/max
@JDTheRipperPC JDTheRipperPC self-assigned this Nov 14, 2019
@csala csala added the feature request Request for a new feature label Nov 14, 2019
@csala csala added this to the 0.2.1 milestone Nov 14, 2019
@csala csala added the approved label Nov 14, 2019
@csala csala removed this from the 0.2.1 milestone Jan 16, 2020
@csala csala added this to the 0.5.0 milestone Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants