jinlow / forust

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

Consider adding a `feature_bounds` parameter #39

Open jinlow opened 1 year ago

jinlow commented 1 year ago

This parameter would allow users to specify the range over which a variable can be split. This way splits would never be made at large values that may not be as palatable.