h2oai / h2o4gpu

H2Oai GPU Edition
Apache License 2.0
456 stars 96 forks source link

Quantile regression with h2o4gpu.gradient_boosting_regressor() not working #806

Open yangchino1 opened 4 years ago

yangchino1 commented 4 years ago

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.

sh1ng commented 4 years ago

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