You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_As a user, I'd like my data to be within the same bounds as the original data since out of bounds data might not make sense logically (eg. someone is born on a day that hasn't happened yet).
Expected behavior
Add a enforce_min_max_values parameter to the UnixTimestampEncoder and OptimizedTimestampEncoder. This can be a boolean the same way as the FloatFormatter has it.
We can learn the min and max values in the fit.
We can clip the values back during reverse_transform.
The text was updated successfully, but these errors were encountered:
Problem Description
_As a user, I'd like my data to be within the same bounds as the original data since out of bounds data might not make sense logically (eg. someone is born on a day that hasn't happened yet).
Expected behavior
enforce_min_max_values
parameter to theUnixTimestampEncoder
andOptimizedTimestampEncoder
. This can be a boolean the same way as the FloatFormatter has it.reverse_transform
.The text was updated successfully, but these errors were encountered: