ZScoreScaling
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- class ZScoreScaling(across_features: bool = False)[source]
Bases:
_ScopedMethodStandardise features to zero mean and unit variance.
Preferred over min-max when the downstream algorithm assumes roughly Gaussian inputs, since it does not let a single extreme value compress everything else into a narrow band.