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
These lines in the BoostingFastTreeTrainerBase ctor reset it to the value specified directly (or the default value):
if (Args.LearningRates != learningRate)
{
using (var ch = Host.Start($"Setting learning rate to: {learningRate} as supplied in the direct arguments."))
Args.LearningRates = learningRate;
}
These lines in the BoostingFastTreeTrainerBase ctor reset it to the value specified directly (or the default value):
(Reported in #1983 .)
The text was updated successfully, but these errors were encountered: