You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ML.FastTree/FastTreeArguments.cs
+22-2
Original file line number
Diff line number
Diff line change
@@ -621,9 +621,29 @@ public enum OptimizationAlgorithmType { GradientDescent, AcceleratedGradientDesc
621
621
/// <summary>
622
622
/// Early stopping rule. (Validation set (/valid) is required).
623
623
/// </summary>
624
-
[Argument(ArgumentType.Multiple,HelpText="Early stopping rule. (Validation set (/valid) is required.)",ShortName="esr",NullName="<Disable>")]
624
+
[BestFriend]
625
+
[Argument(ArgumentType.Multiple,HelpText="Early stopping rule. (Validation set (/valid) is required.)",Name="EarlyStoppingRule",ShortName="esr",NullName="<Disable>")]
625
626
[TGUI(Label="Early Stopping Rule",Description="Early stopping rule. (Validation set (/valid) is required.)")]
0 commit comments