__init__.py 176 B

1234
  1. raise DeprecationWarning(
  2. "ray.util.xgboost has been removed as of Ray 2.0. Instead, use the `xgboost-ray` "
  3. "library directly or the `XGBoostTrainer` in Ray Train."
  4. )