Transform#

Transform#

class supar.utils.transform.Transform[source]#

A Transform object corresponds to a specific data format, which holds several instances of data fields that provide instructions for preprocessing and numericalization, etc.

training#

Sets the object in training mode. If False, some data fields not required for predictions won’t be returned. Default: True.

Type:

bool