Configures the order of categories in a categorical or list of categories column.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
step(..., {"param": "value", ...}) -> (output)
.
Parameters
"BACKGROUND"
. To show those categories first having the greatest number of rows in the current selection, use
"FOREGROUND"
, etc.Values must be one of the following:BACKGROUND
FOREGROUND
UPLIFT
TFIDF
ORDINAL