[][src]Crate labello

Labello: a fast label encoder in Rust

With Labello it is possible to create different types of encoders: ordinal, one-hot, custom

A custom encoder does not guarantee the reversibility of the mapping and inverse-mapping. An inverse-mapping operation is reversible (reconstruct the original data) depending on the mapping defined by the user. The other types of encoding do guarantee that an inverse-mapping operation reconstruct the original data losslessly

Structs

Config

configuration for encoder (metadata)

Enums

Encoder
EncoderType
Transform

transformed data type