LightGbmBinaryTrainer.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 LightGbmBinaryTrainer.Options.EvaluateMetricType
type LightGbmBinaryTrainer.Options.EvaluateMetricType =
Public Enum LightGbmBinaryTrainer.Options.EvaluateMetricType
- Inheritance
-
LightGbmBinaryTrainer.Options.EvaluateMetricType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Default | 1 | |
Logloss | 2 | |
Error | 3 | |
AreaUnderCurve | 4 |