3 lines
111 B
Python
3 lines
111 B
Python
# This is a workaround to avoid a circular import.
|
|
import ray.train.xgboost as ray_train_xgboost # noqa: F401
|