Share via


TolerantEarlyStoppingRule(Single) Constructor

Definition

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.

Applies to