categoricalFeatures

@JvmName(name = "iedgptedcteljjay")
suspend fun categoricalFeatures(value: Output<Map<String, String>>)
@JvmName(name = "xxrkikymfaoxpxlb")
suspend fun categoricalFeatures(value: Map<String, String>?)

Parameters

value

Categorical features that can take on one of a limited number of possible values. Some examples would be the brand/maker of a product, or country of a customer. Feature names and values must be UTF-8 encoded strings. For example: { "colors": {"value": ["yellow", "green"]}, "sizes": {"value":["S", "M"]}


@JvmName(name = "jxdfxqqhmyfqqqhm")
fun categoricalFeatures(vararg values: Pair<String, String>)

Parameters

values

Categorical features that can take on one of a limited number of possible values. Some examples would be the brand/maker of a product, or country of a customer. Feature names and values must be UTF-8 encoded strings. For example: { "colors": {"value": ["yellow", "green"]}, "sizes": {"value":["S", "M"]}