Skip to main content

Module ordinal

Module ordinal 

Source
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ยง

OrdinalEncoder
Online ordinal encoder for string features.