Skip to content

Commit

Permalink
Fix deprecation msg
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yu <[email protected]>
  • Loading branch information
justinvyu committed Feb 4, 2024
1 parent 78557ac commit 99fbb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightgbm_ray/tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __new__(cls: type, *args, **kwargs):
# TODO(justinvyu): [code_removal] Remove in Ray 2.11.
raise DeprecationWarning(
"`TuneReportCallback` is deprecated. "
"Use `xgboost_ray.tune.TuneReportCheckpointCallback` instead."
"Use `ray.tune.integration.lightgbm.TuneReportCheckpointCallback` instead."
)


Expand Down

0 comments on commit 99fbb91

Please sign in to comment.