IStackEnsembleSettings.StackMetaLearnerType Property

Definition

The meta-learner is a model trained on the output of the individual heterogeneous models.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "LogisticRegression", "LogisticRegressionCV", "LightGBMClassifier", "ElasticNet", "ElasticNetCV", "LightGBMRegressor", "LinearRegression" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The meta-learner is a model trained on the output of the individual heterogeneous models.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="stackMetaLearnerType", Update=true)]
public string StackMetaLearnerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "LogisticRegression", "LogisticRegressionCV", "LightGBMClassifier", "ElasticNet", "ElasticNetCV", "LightGBMRegressor", "LinearRegression" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The meta-learner is a model trained on the output of the individual heterogeneous models.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="stackMetaLearnerType", Update=true)>]
member this.StackMetaLearnerType : string with get, set
Public Property StackMetaLearnerType As String

Property Value

Attributes

Applies to