CatToOneHot
- class aixd.data.transform.CatToOneHot[source]
Bases:
CatToId
Implements one hot encoding for string and integer data. Can be used for categorical and ordinal data.
Methods
Returns the decoded categories in a column vector.
Returns the encoded categories.
Inherited Methods
Copies the transformation.
Method to implement to fit transformation.
Fits and transform.
Returns true if transformation strategy is fitted.
Method to implement to reset fitted values.