TolerantEarlyStoppingRule Class

Definition

public sealed class TolerantEarlyStoppingRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRule
type TolerantEarlyStoppingRule = class
    inherit EarlyStoppingRule
Public NotInheritable Class TolerantEarlyStoppingRule
Inherits EarlyStoppingRule
Inheritance
TolerantEarlyStoppingRule

Constructors

TolerantEarlyStoppingRule(Single)

Create a rule which may terminate the training process if validation score exceeds threshold compared with the best historical validation score.

Properties

Threshold

The upper bound of the indicated metric on validation set.

Methods

CheckScore(Single, Single, Boolean)

See CheckScore(Single, Single, Boolean).

Applies to