h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

Quantile regression with h2o4gpu.gradient_boosting_regressor() not working

Open yangchino1 opened this issue 6 years ago • 1 comments
trafficstars

When I set loss=quantile and alpha=0.9, the result is still the same as the regression with loss=ls. I wonder if there are any other parameters to be set as well, or it is a bug.

yangchino1 avatar Nov 01 '19 07:11 yangchino1

I've created a simple PR to reproduce the issue. https://github.com/h2oai/h2o4gpu/pull/812

sh1ng avatar Nov 20 '19 14:11 sh1ng