jinlow / forust

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

Align order of evaluation_data with XGBoost #83

Closed jinlow closed 11 months ago

jinlow commented 11 months ago

Forust currently uses the first value to determine early stopping from the evaluation_data, XGBoost uses the last. For parity sake make forust also use the last.

jinlow commented 11 months ago

Released