5 lines
176 B
Python
5 lines
176 B
Python
raise DeprecationWarning(
|
|
"ray.util.xgboost has been removed as of Ray 2.0. Instead, use the `xgboost-ray` "
|
|
"library directly or the `XGBoostTrainer` in Ray Train."
|
|
)
|