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