Expand description
Online ordinal encoder for categorical string features.
Categories are discovered online: update_strs adds new categories
to the mapping, transform_strs produces the integer index (as f64)
of each category using the current mapping.
Structsยง
- Ordinal
Encoder - Online ordinal encoder for string features.