EarlyStoppingMetric 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.
Stopping measurements for classification and regression.
public enum EarlyStoppingMetric
type EarlyStoppingMetric =
Public Enum EarlyStoppingMetric
- Inheritance
-
EarlyStoppingMetric
Fields
Name | Value | Description |
---|---|---|
L1Norm | 1 | L1-norm of gradient. |
L2Norm | 2 | L2-norm of gradient. |