ray-project / xgboost_ray

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

Compatibility with Ray and XGBoost #247

Open Jeffwan opened 1 year ago

Jeffwan commented 1 year ago

I am planning to use xgboost_ray for a specific XGBoost version (1.7.1) How can I know whether xgboost_ray is compatible or not. Similar like Ray itself. Could maintainer provide a compatibility matrix?

Yard1 commented 1 year ago

We aim to be compatible with all xgboost versions >=0.90 and we test the latest release and latest master in our CI. We are also compatible with Ray as specified in setup.py (in the current release ray>=1.10)