I was trying to use Ray Tune for K-Fold with distribute mode on lightgbm.
As i read lightgbm_example file, it only support local tune with origin lightgbm api.
with large sample data, it will make oom.
Is it possible to include a new tune API, support distribute cv tune on lightgbm?