You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, XGBoost is tested with latest stable version of RAPIDS. As a result, the latest XGBoost may not be fully compatible with an upcoming version of RAPIDS. By the time RAPIDS releases a new version, it may end up packaging a version of XGBoost that's not fully compatible with the new RAPIDS version. See #10175 for an example.
We should set up a CI pipeline that tests XGBoost with development version of RAPIDS on a nightly basis.
The text was updated successfully, but these errors were encountered:
Not entirely sure if we want to have nightly packages in the CI, we have very limited resources for handling sudden CI changes, considering issues can take time to resolve, particularly issues around distributed computing like spark, pyspark, and dask. Perhaps we can use integration tests that are run before release instead of unit tests in CI?
Currently, XGBoost is tested with latest stable version of RAPIDS. As a result, the latest XGBoost may not be fully compatible with an upcoming version of RAPIDS. By the time RAPIDS releases a new version, it may end up packaging a version of XGBoost that's not fully compatible with the new RAPIDS version. See #10175 for an example.
We should set up a CI pipeline that tests XGBoost with development version of RAPIDS on a nightly basis.
The text was updated successfully, but these errors were encountered: