morpheus.models.dfencoder.scalers.GaussRankScaler

class GaussRankScaler[source]

Bases: object

So-called “Gauss Rank” scaling. Forces a transformation, uses bins to perform

inverse mapping.


Uses sklearn QuantileTransformer to work.

Methods

fit

fit_transform

inverse_transform

transform

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