Skip to content

FastTree learning rate in advanced settings does not override the default value  #2019

Closed
@yaeldekel

Description

@yaeldekel

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;
        }

(Reported in #1983 .)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions