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 bag fraction for each tree #19

Closed jinlow closed 1 year ago

jinlow commented 1 year ago

All a random sample of records to be used at each tree build. I think this would be easy enough, by filtering the data's index prior to starting fitting the tree.

jinlow commented 1 year ago

Finished, and out on most recent release.