Class FeatureValue (1.19.0)

Representative value of a single feature within the cluster.

.. attribute:: feature_column

The feature column name.

The categorical feature value.

Inheritance

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

Classes

CategoricalValue

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.