jinlow / forust

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

The `fit` method should return self #77

Closed jinlow closed 9 months ago

jinlow commented 9 months ago

When the fit method is called, it should return self to align with the scikit-learn API.

jinlow commented 9 months ago

Closed with #80