Skip to main content

Module one_hot

Module one_hot 

Source
Expand description

Online one-hot encoder for categorical string features.

Categories are discovered online: update_strs adds new categories to the mapping, transform_strs produces a one-hot vector using the current mapping.

Structsยง

OneHotEncoder
Online one-hot encoder for string features.