TolerantEarlyStoppingRule Class
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 sealed class TolerantEarlyStoppingRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRule
type TolerantEarlyStoppingRule = class
inherit EarlyStoppingRule
Public NotInheritable Class TolerantEarlyStoppingRule
Inherits EarlyStoppingRule
- Inheritance
Constructors
| TolerantEarlyStoppingRule(Single) |
Create a rule which may terminate the training process if validation score exceeds |
Properties
| Threshold |
The upper bound of the indicated metric on validation set. |
Methods
| CheckScore(Single, Single, Boolean) |