Closed nabenabe0928 closed 2 years ago
To have all the information here, this issue is in the refactor_development_regularization_cocktails
branch.
Hey, actually due to the recent changes in preprocessing logic, this issue is not relevant anymore. Now, autoPyTorch detects all_nan_columns
and converts them to numerical to be handled later in the pipeline and the encoding has been shifted back to ordinal.
There are two unexpected behavior in the
tabular_feature_validator.py
:0
in categorical viewed asNaN
if there isNaN
in a columnFor both behaviors, I used the following test function:
The first issue is reproduced by:
The second issue is reproduced by: