Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Apr 15, 2021

Conversation

krfricke
Copy link
Collaborator

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.

Kai Fricke added 2 commits April 15, 2021 09:09
# Conflicts:
#	xgboost_ray/matrix.py
@krfricke krfricke merged commit ea1e140 into ray-project:master Apr 15, 2021
@krfricke krfricke deleted the no-data branch April 15, 2021 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Label Set Empty Warning Messages
2 participants