Files
ray-project--ray/python/ray/util/lightgbm/__init__.py
T
2026-07-13 13:17:40 +08:00

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."
)