autoprognosis icon indicating copy to clipboard operation
autoprognosis copied to clipboard

"Let the optimizer find the optimal imputer" in "Classification AutoML with imputation" cannot recognize NaN at first

Open williamty opened this issue 1 year ago • 0 comments

If don't predefine imputer, "let the optimizer find the optimal imputer" in "Classification AutoML with imputation", the optimal imputer will encounter a problem that it "does not accept missing values encoded as NaN natively". Shouldn't it first judge whether there is null data in the dataset? Otherwise what's the meaning of "optimal"?

williamty avatar Jun 17 '23 12:06 williamty