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. Forces a transformation, uses bins to perform inverse mapping.

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.

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.