jinlow / forust

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

Align `eval_set` with scikit-learn #78

Open jinlow opened 9 months ago

jinlow commented 9 months ago

Consider accepting eval_set and sample_weight_eval_set in the same way XGBoost scikit-learn does. This will just make the API easier to use directly in XGBoost scikit-learn pipelines.