Closed SiriusHou closed 1 month ago
Have you tried using muti-gpu RF? You can find an example of it here.
Addendum on 7-Oct-2024: If multi-GPU is not an option for you, then unfortunately there is no way out. Therefore closing the issue for now.
I am also confused, why cuml doesn't allow sparse matrix as input, so it will save a lot of GPU memory when training the RF.
Hi team, I want to train a cuml random forest model with single GPU (memory size=24GB) on 100GB dataset. How can I train it? I cannot load the entire dataset to GPU. Is it possible to define an iterator and train the model by batch?