IForecasting.TrainingSettingAllowedTrainingAlgorithm Property

Definition

Allowed models for forecasting task.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AutoArima", "Prophet", "Naive", "SeasonalNaive", "Average", "SeasonalAverage", "ExponentialSmoothing", "Arimax", "TCNForecaster", "ElasticNet", "GradientBoosting", "DecisionTree", "KNN", "LassoLars", "SGD", "RandomForest", "ExtremeRandomTrees", "LightGBM", "XGBoostRegressor" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Allowed models for forecasting task.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedTrainingAlgorithms", Update=true)]
public System.Collections.Generic.List<string> TrainingSettingAllowedTrainingAlgorithm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AutoArima", "Prophet", "Naive", "SeasonalNaive", "Average", "SeasonalAverage", "ExponentialSmoothing", "Arimax", "TCNForecaster", "ElasticNet", "GradientBoosting", "DecisionTree", "KNN", "LassoLars", "SGD", "RandomForest", "ExtremeRandomTrees", "LightGBM", "XGBoostRegressor" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Allowed models for forecasting task.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedTrainingAlgorithms", Update=true)>]
member this.TrainingSettingAllowedTrainingAlgorithm : System.Collections.Generic.List<string> with get, set
Public Property TrainingSettingAllowedTrainingAlgorithm As List(Of String)

Property Value

Attributes

Applies to