RegressionModels Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. RegressionModels
- com.
- com.
public final class RegressionModels
extends ExpandableStringEnum<RegressionModels>
Enum for all Regression models supported by AutoML.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Regression |
DECISION_TREE
Static value Decision |
|
static final
Regression |
ELASTIC_NET
Static value Elastic |
|
static final
Regression |
EXTREME_RANDOM_TREES
Static value Extreme |
|
static final
Regression |
GRADIENT_BOOSTING
Static value Gradient |
|
static final
Regression |
KNN
Static value KNN for Regression |
|
static final
Regression |
LASSO_LARS
Static value Lasso |
|
static final
Regression |
LIGHT_GBM
Static value LightGBM for Regression |
|
static final
Regression |
RANDOM_FOREST
Static value Random |
|
static final
Regression |
SGD
Static value SGD for Regression |
|
static final
Regression |
XGBOOST_REGRESSOR
Static value XGBoost |
Constructor Summary
| Constructor | Description |
|---|---|
| RegressionModels() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Regression |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Regression |
fromString(String name)
Creates or finds a Regression |
|
static
Collection<Regression |
values()
Gets known Regression |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DECISION_TREE
public static final RegressionModels DECISION_TREE
Static value DecisionTree for RegressionModels.
ELASTIC_NET
public static final RegressionModels ELASTIC_NET
Static value ElasticNet for RegressionModels.
EXTREME_RANDOM_TREES
public static final RegressionModels EXTREME_RANDOM_TREES
Static value ExtremeRandomTrees for RegressionModels.
GRADIENT_BOOSTING
public static final RegressionModels GRADIENT_BOOSTING
Static value GradientBoosting for RegressionModels.
KNN
public static final RegressionModels KNN
Static value KNN for RegressionModels.
LASSO_LARS
public static final RegressionModels LASSO_LARS
Static value LassoLars for RegressionModels.
LIGHT_GBM
public static final RegressionModels LIGHT_GBM
Static value LightGBM for RegressionModels.
RANDOM_FOREST
public static final RegressionModels RANDOM_FOREST
Static value RandomForest for RegressionModels.
SGD
public static final RegressionModels SGD
Static value SGD for RegressionModels.
XGBOOST_REGRESSOR
public static final RegressionModels XGBOOST_REGRESSOR
Static value XGBoostRegressor for RegressionModels.
Constructor Details
RegressionModels
@Deprecated
public RegressionModels()
Deprecated
Creates a new instance of RegressionModels value.
Method Details
fromString
public static RegressionModels fromString(String name)
Creates or finds a RegressionModels from its string representation.
Parameters:
Returns:
values
public static Collection<RegressionModels> values()
Gets known RegressionModels values.
Returns: