ToFloat

class aixd.data.transform.ToFloat[source]

Bases: DataObjectTransform

Implement a transformation to convert integers to floats. The inverse transforms ensures that values are not outside the domain.

Methods

inverse_transform

Inverse transform of the input.

is_fitted

Returns true if transformation strategy is fitted.

transform

Transforms the input.

Inherited Methods

copy

Copies the transformation.

fit

Fits the transformation.

fit_transform

Fits and transforms the input.

reset

Method to implement to reset fitted values.