Share via


ImageModelSettings.EarlyStoppingPatience Property

Definition

Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Owned)]
public int? EarlyStoppingPatience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Owned)>]
member this.EarlyStoppingPatience : Nullable<int> with get, set
Public Property EarlyStoppingPatience As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to