Compute standardized features by removing the mean and scaling to unit variance.
Calculated through:
\[f_\text{scaled} = \frac{f-\text{mean}(f)}{\text{std}(f)} .\]
- Parameters
- features
Table
Table containing the features.
- Returns
- scaled_features
Table
Table containing the scaled features (dimensionless).