BoostedTreeOptions.EarlyStoppingRule Property
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.
Early stopping rule used to terminate training process once meeting a specified criterion. Possible choices are EarlyStoppingRuleBase's implementations such as TolerantEarlyStoppingRule and GeneralityLossRule.
public Microsoft.ML.Trainers.FastTree.EarlyStoppingRuleBase EarlyStoppingRule { get; set; }
member this.EarlyStoppingRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRuleBase with get, set
Public Property EarlyStoppingRule As EarlyStoppingRuleBase