ray-project / xgboost_ray

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

Pin min `xgboost` version #192

Closed amogkam closed 2 years ago

amogkam commented 2 years ago

189 added qid support, but qid arg in DMatrix was only added in xgboost version 1.4.0 (https://github.com/dmlc/xgboost/releases/tag/v1.4.0).

Currently xgboost-ray master does not work for older xgboost versions, so this PR updates the minimum required xgboost version needed to run this library.