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
[Argument(ArgumentType.Multiple,HelpText="Early stopping rule. (Validation set (/valid) is required.)",ShortName="esr",NullName="<Disable>")][TGUI(Label="Early Stopping Rule",Description="Early stopping rule. (Validation set (/valid) is required.)")]publicIEarlyStoppingCriterionFactoryEarlyStoppingRule;
This exposes the IComponentFactory way of doing things in the public API, which seems to be inconsistent with the public API. One suggestion is to use an enum over the existing options.
That said, this does support custom early stopping methods through implementing IEarlyStoppingCriterionFactory.
The text was updated successfully, but these errors were encountered:
In
FastTree
, theEarlyStoppingRule
is defined asThis can be specified like so:
This exposes the
IComponentFactory
way of doing things in the public API, which seems to be inconsistent with the public API. One suggestion is to use anenum
over the existing options.That said, this does support custom early stopping methods through implementing
IEarlyStoppingCriterionFactory
.The text was updated successfully, but these errors were encountered: