xgboost icon indicating copy to clipboard operation
xgboost copied to clipboard

Align dask partitions automatically.

Open trivialfis opened this issue 2 years ago • 0 comments

Currently, XGBoost sticks to the line that it doesn't move data, and the responsibility of data alignment and balance is shifted to the users. We don't know how to balance the data to best fit the cluster, but alignment seems to be trivial and we can implement it inside xgboost.

trivialfis avatar Jan 04 '24 19:01 trivialfis