Class CategoricalValue (1.20.0)

Representative value of a categorical feature.

.. attribute:: category_counts

Counts of all categories for the categorical feature. If there are more than ten categories, we return top ten (by count) and return one more CategoryCount with category "OTHER" and count as aggregate counts of remaining categories.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > CategoricalValue

Classes

CategoryCount

Represents the count of a single category within the cluster.

.. attribute:: category

The name of category.