jinlow / forust

A lightweight gradient boosted decision tree package.
https://jinlow.github.io/forust/
Apache License 2.0
56 stars 6 forks source link

move shrinkage application to after the bounds are calculated #38

Closed jinlow closed 1 year ago

jinlow commented 1 year ago

Small tweak to move the application of shrinkage to after the the node bounds have been calculated. Also small change to make sure that node weights will not be equal.