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 `feature_importances_` attribute at fit time. #72

Closed jinlow closed 9 months ago

jinlow commented 9 months ago

Add a feature_importances_ attribute at fit time, to be used with sklearn feature reducers.

jinlow commented 9 months ago

released