pasteur.transform.Transformer#
- class pasteur.transform.Transformer(**_)[source]#
Attributes
For a given output, the input is the same.
The decoded output equals the input.
Transformer fits variables.
Methods
fit(data)Fits to the provided data
fit_transform(data)get_factory(*args, **kwargs)Returns a factory that registers this module to the system.
reduce(other)reverse(data)transform(data)- deterministic = True#
For a given output, the input is the same.
- classmethod get_factory(*args, **kwargs)#
Returns a factory that registers this module to the system.
Any *args and **kwargs passed to this function will be saved and passed to the module’s __init__() method when calling build().
- lossless = True#
The decoded output equals the input.
-
name:
str#
- stateful = False#
Transformer fits variables.