-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
It would be nice to have a method to train a model in distributed mode.
Currently, the only way to distribute the model training is by using colmaker, which loads the memory in all the nodes and does the split computation in a distributed manner.
It would be nice to have the distributed colmaker to also load up only chunks of the data (columnar chunks). This was users can have a distributed model training without binning.