TableVerticalFeaturizationSettings.Mode Property

Definition

Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase. If 'Off' is selected then no featurization is done. If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.

public Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode? Mode { get; set; }
member this.Mode : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode> with get, set
Public Property Mode As Nullable(Of MachineLearningFeaturizationMode)

Property Value

Applies to