RegressionMetric Enum
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.
Regression metric that AutoML will aim to optimize in its sweeping process during an experiment.
public enum RegressionMetric
type RegressionMetric =
Public Enum RegressionMetric
- Inheritance
-
RegressionMetric
Fields
Name | Value | Description |
---|---|---|
MeanAbsoluteError | 0 | See MeanAbsoluteError. |
MeanSquaredError | 1 | See MeanSquaredError. |
RootMeanSquaredError | 2 | See RootMeanSquaredError. |
RSquared | 3 | See RSquared. |