ray-project / xgboost_ray

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

Raise an error if actors would end up without any data #84

Closed krfricke closed 3 years ago

krfricke commented 3 years ago

Closes #12, concerns #81

Currently we don't check if we assign too many actors to too few data shards. This PR introduces a check that will raise an error if we assign too many workers to too few data sources, which would leave some actors without any data to train on.