jinlow / forust

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

Align order of evaluation_data with XGBoost #83

Closed jinlow closed 1 year ago

jinlow commented 1 year 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 1 year ago

Released