IRegression.TrainingSettingBlockedTrainingAlgorithm Property

Definition

Blocked models for regression task.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "ElasticNet", "GradientBoosting", "DecisionTree", "KNN", "LassoLars", "SGD", "RandomForest", "ExtremeRandomTrees", "LightGBM", "XGBoostRegressor" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Blocked models for regression task.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="blockedTrainingAlgorithms", Update=true)]
public System.Collections.Generic.List<string> TrainingSettingBlockedTrainingAlgorithm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "ElasticNet", "GradientBoosting", "DecisionTree", "KNN", "LassoLars", "SGD", "RandomForest", "ExtremeRandomTrees", "LightGBM", "XGBoostRegressor" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Blocked models for regression task.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="blockedTrainingAlgorithms", Update=true)>]
member this.TrainingSettingBlockedTrainingAlgorithm : System.Collections.Generic.List<string> with get, set
Public Property TrainingSettingBlockedTrainingAlgorithm As List(Of String)

Property Value

Attributes

Applies to