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

Add distributed callback interface to RayXGBoostActor #71

Merged
merged 5 commits into from
Mar 22, 2021

Conversation

krfricke
Copy link
Collaborator

This PR adds a callback interface to RayXGBoostActor. This has been a request in #49 and we'll use it for more fine-grained fault tolerance testing - we can e.g. control when actors are allowed to come back after they terminated.

The parameter and class are called "distributed callback" to set them apart from the regular xgboost training callbacks.

Closes #49

@krfricke krfricke merged commit 7f0384b into ray-project:master Mar 22, 2021
@krfricke krfricke deleted the callbacks branch March 22, 2021 11:27
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.

Worker initialization hook for xgboost workers?
2 participants