TargetTransformation¶
- class baybe.targets.enum.TargetTransformation[source]¶
Bases:
Enum
Available target transformations.
Public attributes and properties
Linear transformation.
Transformation using triangular-shaped function.
Transformation using bell-shaped function.
- BELL = 'BELL'¶
Transformation using bell-shaped function.
- LINEAR = 'LINEAR'¶
Linear transformation.
- TRIANGULAR = 'TRIANGULAR'¶
Transformation using triangular-shaped function.