evalml.pipelines.components.SimpleImputer¶
-
class
evalml.pipelines.components.
SimpleImputer
(impute_strategy='most_frequent')[source]¶ Imputes missing data with either mean, median and most_frequent for numerical data or most_frequent for categorical data
Methods
Initialize self.
Describe a component and its parameters
Fits component to data
Fits on X and transforms X
Transforms data X