public sealed class AutoMlTablesInputs.Types.Transformation.Types.CategoricalTransformation : IMessage<AutoMlTablesInputs.Types.Transformation.Types.CategoricalTransformation>, IEquatable<AutoMlTablesInputs.Types.Transformation.Types.CategoricalTransformation>, IDeepCloneable<AutoMlTablesInputs.Types.Transformation.Types.CategoricalTransformation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlTablesInputs.Types.Transformation.Types.CategoricalTransformation.
Training pipeline will perform following transformation functions.
- The categorical string as is--no change to case, punctuation, spelling, tense, and so on.
- Convert the category name to a dictionary lookup index and generate an embedding for each index.
- Categories that appear less than 5 times in the training dataset are treated as the "unknown" category. The "unknown" category gets its own special lookup index and resulting embedding.
Implements
IMessageAutoMlTablesInputsTypesTransformationTypesCategoricalTransformation, IEquatableAutoMlTablesInputsTypesTransformationTypesCategoricalTransformation, IDeepCloneableAutoMlTablesInputsTypesTransformationTypesCategoricalTransformation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CategoricalTransformation()
public CategoricalTransformation()
CategoricalTransformation(CategoricalTransformation)
public CategoricalTransformation(AutoMlTablesInputs.Types.Transformation.Types.CategoricalTransformation other)
Parameter | |
---|---|
Name | Description |
other |
AutoMlTablesInputsTypesTransformationTypesCategoricalTransformation |
Properties
ColumnName
public string ColumnName { get; set; }
Property Value | |
---|---|
Type | Description |
string |