LightGBM
LightGBM copied to clipboard
[CUDA] Regression metrics for cuda_exp
Summary
Only a few metrics (evaluation) in current master branch have CUDA implementations. More metrics (evaluation) should be implemented on CUDA. I open this issue to first add one or more regression metrics for new CUDA version.
### Tasks
- [x] regression metrics
Your contribution is very welcomed!
@Xuweijia-buaa Thanks for you contribution!
it's my pleasure! @shiyu1994 @guolinke
I believe this is closed by #5924.
It appears to me that all of LightGBM's built-in regression metrics now have CUDA support.
https://github.com/microsoft/LightGBM/blob/ef2a49cd3bc595b55898c626a53c5519b24b5541/src/metric/metric.cpp#L19-L81