jinlow / forust

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

force children to contain parent weight #64

Closed jinlow closed 1 year ago

jinlow commented 1 year ago

Added the ability to force children weights to contain the parent weight, also fixed bug where learning rate wasn't applied to the root node.