I think cuML does support GLMs because linear and logistic regressions are types of GLMs and cuML supports those. Best to be sure! https://github.com/rapidsai/cuml
If it is not supported, is it on the roadmap?
I think cuML does support GLMs because linear and logistic regressions are types of GLMs and cuML supports those. Best to be sure! https://github.com/rapidsai/cuml
If it is not supported, is it on the roadmap?
Yes, RAPIDS currently supports GLM for single GPU, multi GPU, and multi-node environments.