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 a `set_params` method to python API. #79

Closed jinlow closed 9 months ago

jinlow commented 9 months ago

This should be able to be used to set parameters on the booster, and then also return the booster object.

jinlow commented 9 months ago

Closed with #80