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
In the current Options for FastTree (and GAMs), EarlyStoppingMetric is an int, but only specific values are accepted (e.g. 1 or 2 for regression, 1 or 3 for ranking).
It would be much cleaner if this was an enum.
The text was updated successfully, but these errors were encountered:
In the current
Options
forFastTree
(andGAMs
),EarlyStoppingMetric
is anint
, but only specific values are accepted (e.g. 1 or 2 for regression, 1 or 3 for ranking).It would be much cleaner if this was an enum.
The text was updated successfully, but these errors were encountered: