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
We can't currently set the rounding_digits attribute of the FloatFormatter to 0 with _set_fitted_parameters. It seems to be because of the following line:
Environment Details
Error Description
We can't currently set the
rounding_digits
attribute of theFloatFormatter
to 0 with_set_fitted_parameters
. It seems to be because of the following line:RDT/rdt/transformers/numerical.py
Line 239 in bb3262e
Steps to reproduce
In the code below the
reverse_transformed_data
will not be rounded whilerounding_digits=0
The text was updated successfully, but these errors were encountered: