Module tangram_features::one_hot_encoded[][src]

Structs

A OneHotEncodedFeatureGroup creates one number feature for each variant in an enum column, plus one number feature for invalid values. For each example, all of the features will have the value 0.0, except the feature corresponding to the column’s value, which will have the value 1.0.