Skip to content

Remove learningRate argument from FastForest constructor #2237

@singlis

Description

@singlis

Started from issue #1983 where there is a comment about learningRate is accessible from the FastForest constructor but not accessible from the FastForest Arguments (now Options) class. After investigating, learningRate is not an argument for FastForest and that it was added to the constructor by mistake.

For this issue, the fix is to remove learningRate from the constructor for FastForest and update the code/tests as needed:

double learningRate = Defaults.LearningRates)

Metadata

Metadata

Assignees

Labels

APIIssues pertaining the friendly API

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions