pasteur.extras.encoders.NumEncoder#
- class pasteur.extras.encoders.NumEncoder(*args, _from_factory=False, **kwargs)[source]#
Attributes
Methods
decode(enc)- rtype:
DataFrame
encode(data)- rtype:
DataFrame
fit(attr, data)get_factory(*args, **kwargs)Returns a factory that registers this module to the system.
- rtype:
dict[str|tuple[str],Attribute]
reduce(other)- 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().
-
name:
str= 'num'#
- reduce(other)#