morpheus.models.dfencoder.scalers
Functions
ensure_float_type (x) |
Ensure we are in the right floating point format. |
Classes
GaussRankScaler () |
So-called "Gauss Rank" scaling. |
ModifiedScaler () |
Implements scaling using modified z score. |
NullScaler () |
Methods |
StandardScaler () |
Impliments standard (mean/std) scaling. |
- ensure_float_type(x)[source]
Ensure we are in the right floating point format.