TolerantEarlyStoppingRule(Single) Constructor
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.
Create a rule which may terminate the training process if validation score exceeds threshold
compared with
the best historical validation score.
public TolerantEarlyStoppingRule (float threshold = 0.01);
new Microsoft.ML.Trainers.FastTree.TolerantEarlyStoppingRule : single -> Microsoft.ML.Trainers.FastTree.TolerantEarlyStoppingRule
Public Sub New (Optional threshold As Single = 0.01)
Parameters
- threshold
- Single
The maximum difference allowed between the (current) validation score and its best historical value.