We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_value and max_value arguments to the NumericalTransformer.
min_value
max_value
NumericalTransformer
Values for each one of the can be:
None
'auto'
<any other value>
The text was updated successfully, but these errors were encountered:
amontanez24
Successfully merging a pull request may close this issue.
Add
min_value
andmax_value
arguments to theNumericalTransformer
.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/maxThe text was updated successfully, but these errors were encountered: