IClassification.TrainingSettingStackEnsembleSettingStackMetaLearnerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 TrainingSettingStackEnsembleSettingStackMetaLearnerType { 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.TrainingSettingStackEnsembleSettingStackMetaLearnerType : string with get, set
Public Property TrainingSettingStackEnsembleSettingStackMetaLearnerType As String
Property Value
- Attributes