ray-project / xgboost_ray

Distributed XGBoost on Ray
Apache License 2.0
133 stars 34 forks source link

Simplify checkpointing callback for Ray Train/Tune integration #305

Closed justinvyu closed 5 months ago

justinvyu commented 6 months ago

This PR simplifies the Ray Train/Tune integration for xgboost_ray by doing the following:

See the corresponding Ray changes: https://github.com/ray-project/ray/pull/42111