__init__.py 179 B

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