Open arnocandel opened 3 years ago
I think the zero sample weight may cause the problem. @shiyu1994 did you try to fix this before?
I'm not sure whether zero sample weight is the root cause for this example. But we've seen others report the same bug without zero sample weight, for example https://github.com/microsoft/LightGBM/issues/3679#issuecomment-938652811. I'm investigating this.
I run into the same issue for a project I'm working on. When I tried the about reproducible example it also fails with the same error, however if I change the objective from 'mape' to 'rmse' it runs smoothly. Hope this may help debug it.
i get the same error with v4.1.0 with 'boosting_type': 'dart'
. if i use 'boosting_type': 'gbdt'
, then it runs smoothly.
Hope this may help debug it.
Description
Reproducible example
Environment info
Ubuntu 20.04 x86
LightGBM version or commit hash: 3.3.1
Command(s) you used to install LightGBM
Discovered by H2O Driverless AI testing
Additional Comments