StackMetaLearnerType Enum
The meta-learner is a model trained on the output of the individual heterogeneous models. Default meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled). This parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression.
- Inheritance
-
builtins.strStackMetaLearnerTypeStackMetaLearnerType
Constructor
StackMetaLearnerType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
ELASTIC_NET |
ELASTIC_NET_CV |
LOGISTIC_REGRESSION |
LOGISTIC_REGRESSION_CV |
LIGHT_GBM_CLASSIFIER |
LIGHT_GBM_REGRESSOR |
LINEAR_REGRESSION |
NONE |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python