EconML icon indicating copy to clipboard operation
EconML copied to clipboard

does econml support distributing train(parallel) in multiple boxes(just like lightgbm)? if not, any plan for this?

Open ysong2123 opened this issue 3 years ago • 2 comments

ysong2123 avatar Mar 11 '22 14:03 ysong2123

We do not currently have any plans to support this, but it's on our radar. Could you expand on your use case for this a bit? It looks like LightGBM supports a few different modes of distribution, depending on whether you have a lot of features or a lot of data, or both - would one of those scenarios be particularly important to you? Likewise, it looks like LightGBM supports a number of different distributed computing platforms, although only Dask is directly maintained by the LightGBM team - would Dask support be sufficient, or would you need support on a different platform?

kbattocchi avatar Mar 12 '22 21:03 kbattocchi

Hi there, I'm also interested in this, and for my use case, Dask support would be sufficient.

nmriabov avatar Jun 29 '22 20:06 nmriabov