evalml.pipelines.components.StandardScaler¶
-
class
evalml.pipelines.components.
StandardScaler
(random_state=0, **kwargs)[source]¶ Standardize features: removes mean and scales to unit variance.
-
name
= 'Standard Scaler'¶
-
model_family
= 'none'¶
-
hyperparameter_ranges
= {}¶
-
default_parameters
= {}¶
Instance attributes
parameters
Returns the parameters which were used to initialize the component
Methods:
Initialize self.
Constructs a new component with the same parameters
Describe a component and its parameters
Fits component to data
Fits on X and transforms X
Transforms data X
-