jinlow / forust

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

Add alternative growth options #46

Closed jinlow closed 1 year ago

jinlow commented 1 year ago

Right now trees are grown depth wise, implement a Grower trait, and create a seperate depth-wise and leaf-wise grower.

gravesee commented 1 year ago

Grower trait needs three methods:

jinlow commented 1 year ago

This has been merged into main.