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
Like other RDT transformers, the NumericalFormatter has to learn the rounding digits of the column it is transforming. Every RDT transformer that does this uses the utility method learn_rounding_digits.
Replace its call by calling learn_rounding_digits from RDT
Additional context
After this change and when Issue 2156, RDT Issue 858, RDT Issue 855 are closed, sampling should work on SDV with the new pandas dtype on every python version.
The text was updated successfully, but these errors were encountered:
Problem Description
Like other RDT transformers, the
NumericalFormatter
has to learn the rounding digits of the column it is transforming. Every RDT transformer that does this uses the utility methodlearn_rounding_digits
.Expected behavior
Remove this method:
SDV/sdv/data_processing/numerical_formatter.py
Line 55 in a0e0a76
Replace its call by calling
learn_rounding_digits
from RDTAdditional context
After this change and when Issue 2156, RDT Issue 858, RDT Issue 855 are closed, sampling should work on SDV with the new
pandas dtype
on every python version.The text was updated successfully, but these errors were encountered: