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?
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)
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?