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
Please indicate the following details about the environment in which you found the bug:
RDT version: 1.5.0
Python version: Any
Operating System: Any
Error Description
When setting the missing_value_generation to None and the missing_value_replacement to 'mean', I would expect the forward transform to impute the nans with the mean value. Instead it currently does nothing. This is because of the following line:
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When setting the
missing_value_generation
to None and themissing_value_replacement
to 'mean', I would expect the forward transform to impute the nans with the mean value. Instead it currently does nothing. This is because of the following line:RDT/rdt/transformers/null.py
Line 129 in 3970e40
Steps to reproduce
The text was updated successfully, but these errors were encountered: