LabelEncoder

class aixd.data.transform.LabelEncoder[source]

Bases: DataObjectTransform

Implements encoding for string to integers.

Methods

fit

Fits the transformation.

inverse_transform

Inverse transform of the input.

is_fitted

Returns true if transformation strategy is fitted.

reset

Method to implement to reset fitted values.

transform

Transforms the input.

Inherited Methods

copy

Copies the transformation.

fit_transform

Fits and transforms the input.