BoostedTreeOptions.EarlyStoppingRule Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Règle d’arrêt anticipée utilisée pour terminer le processus d’entraînement une fois qu’elle répond à un critère spécifié. Les choix possibles sont EarlyStoppingRuleBaseles implémentations telles que TolerantEarlyStoppingRule et 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