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 gradient_boosting.py the function update_terminal_regions for each of classes LossFunction and LeastSquaresError has a parameter learning_rate with default value 1.0. However, the default value is documented as 0.1.
Description
In gradient_boosting.py the function
update_terminal_regions
for each of classesLossFunction
andLeastSquaresError
has a parameterlearning_rate
with default value1.0
. However, the default value is documented as0.1
.Expected Results
I believe the default value should be 0.1
Actual Results
The default value is 1.0
Versions
commit 952ef66
The text was updated successfully, but these errors were encountered: