Pre-Processing#

OneHotEncoder(*[, allow_drop])

Encode categorical features using a one-hot scheme.

categorical_to_numeric(table)

Encode categorical features as integers.

encode_categorical(table[, columns])

One-hot encode categorical features.

standardize(table[, with_std])

Standardize numeric features by removing the mean and scaling to unit variance.