LightGbmRegressionTrainer.Options.EvaluateMetricType 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.
public enum LightGbmRegressionTrainer.Options.EvaluateMetricType
type LightGbmRegressionTrainer.Options.EvaluateMetricType =
Public Enum LightGbmRegressionTrainer.Options.EvaluateMetricType
- Inheritance
-
LightGbmRegressionTrainer.Options.EvaluateMetricType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Default | 1 | |
MeanAbsoluteError | 2 | |
RootMeanSquaredError | 3 | |
MeanSquaredError | 4 |