Class: Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::CategoricalArrayTransformation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns:

  • (::String)


278
279
280
281
# File 'proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb', line 278

class CategoricalArrayTransformation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end