LabelEncoder
- class aixd.data.transform.LabelEncoder[source]
Bases:
DataObjectTransform
Implements encoding for string to integers.
Methods
Fits the transformation.
Inverse transform of the input.
Returns true if transformation strategy is fitted.
Method to implement to reset fitted values.
Transforms the input.
Inherited Methods
Copies the transformation.
Fits and transforms the input.