(Latest Version)

morpheus.models.dfencoder.scalers

Functions

<a href="#morpheus.models.dfencoder.scalers.ensure_float_type">ensure_float_type</a>(x)

Ensure we are in the right floating point format.

Classes

<a href="morpheus.models.dfencoder.scalers.GaussRankScaler.html#morpheus.models.dfencoder.scalers.GaussRankScaler">GaussRankScaler</a>()

So-called "Gauss Rank" scaling. Forces a transformation, uses bins to perform inverse mapping.

<a href="morpheus.models.dfencoder.scalers.ModifiedScaler.html#morpheus.models.dfencoder.scalers.ModifiedScaler">ModifiedScaler</a>()

Implements scaling using modified z score.

<a href="morpheus.models.dfencoder.scalers.NullScaler.html#morpheus.models.dfencoder.scalers.NullScaler">NullScaler</a>()

Methods

<a href="morpheus.models.dfencoder.scalers.StandardScaler.html#morpheus.models.dfencoder.scalers.StandardScaler">StandardScaler</a>()

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.