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

autoxgboost support spark dataframe/xshards #3772

Open
jenniew opened this issue Dec 21, 2021 · 1 comment
Open

autoxgboost support spark dataframe/xshards #3772

jenniew opened this issue Dec 21, 2021 · 1 comment

Comments

@jenniew
Copy link
Contributor

jenniew commented Dec 21, 2021

autoxgboost support spark dataframe/xshards, so that it can create a pipeline with spark preprocessing without collect data to driver.

@shanyu-sys
Copy link
Contributor

Autoxgboost supports distributed tuning but not distributed training. In that case, not training data but trials with different hyper-parameter sets, distributed across workers in a cluster. And each trial (a ray worker) consumes all training and validation data for fit and evaluate.

Therefore it might be a little hard to support a pipeline without collecting data to driver, since currently we use driver to broadcast all data to each worker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants