configure_category_order
configure_category_order
Configures the order of categories in a categorical or list of categories column.
configure_category_order(column: category|list[category]|text, {
"param": value,
...
})
configure_category_order(column: category|list[category]|text, {
"param": value,
...
})
Categorical column to be configured (may be a column of lists of categories).
Kind of ordering.
Determines the order of categories. E.g. to show first the categories having the greatest row count in the whole dataset,
select "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
Was this page helpful?
configure_category_order(column: category|list[category]|text, {
"param": value,
...
})