feature_engine icon indicating copy to clipboard operation
feature_engine copied to clipboard

Add missing_only init param to all imputers. missing_only is used in combination w/ the variables param.

Open Morgan-Sell opened this issue 9 months ago • 10 comments

Closes #388.

When missing_only=True and variables=None, all numerical variables that do not contain missing values will be omitted from self.variables_.

This functionality does not apply to categorical variables.

Morgan-Sell avatar Sep 18 '23 13:09 Morgan-Sell