ray-project / xgboost_ray

Distributed XGBoost on Ray
Apache License 2.0
139 stars 34 forks source link

Reduce verbosity for ray events #226

Closed richardliaw closed 2 years ago

richardliaw commented 2 years ago

Adds a verbose flag to RayParams to toggle events. Defaults to False, but open to discuss.

The main thing is that when using AIR/Tune, this logging becomes quite verbose.

Yard1 commented 2 years ago

CI should be fixed by https://github.com/ray-project/xgboost_ray/pull/228