Class AutoMlTablesInputs.Transformation.CategoricalArrayTransformation

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation
All Implemented Interfaces:
AutoMlTablesInputs.Transformation.CategoricalArrayTransformationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
AutoMlTablesInputs.Transformation

public static final class AutoMlTablesInputs.Transformation.CategoricalArrayTransformation extends com.google.protobuf.GeneratedMessage implements AutoMlTablesInputs.Transformation.CategoricalArrayTransformationOrBuilder
 Treats the column as categorical array and performs following
 transformation functions.
 *  For each element in the array, convert the category name to a
 dictionary
 lookup index and generate an embedding for each index.
 Combine the embedding of all elements into a single embedding using
 the mean.
 *  Empty arrays treated as an embedding of zeroes.
 
Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation
See Also: