You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using LGBMRegressor to obtain predictions and prediction intervals as suggested in an article https://developer.ibm.com/articles/prediction-intervals-explained-a-lightgbm-tutorial/. However, the issue I am having is that the predicted point (with alpha set to 0.5) is sometimes outside the prediction interval (alpha = 0.05 and alpha = 0.95). I suppose this is due to the issue of "crossing quantiles", however, I am wondering if there is any fix for this? Thanks in advance!
This issue has been automatically locked since there has not been any recent activity since it was closed.
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
including a reference to this.
Description
I am using LGBMRegressor to obtain predictions and prediction intervals as suggested in an article https://developer.ibm.com/articles/prediction-intervals-explained-a-lightgbm-tutorial/. However, the issue I am having is that the predicted point (with alpha set to 0.5) is sometimes outside the prediction interval (alpha = 0.05 and alpha = 0.95). I suppose this is due to the issue of "crossing quantiles", however, I am wondering if there is any fix for this? Thanks in advance!
Reproducible example
Can't share data due to data policy at company.
Environment info
LightGBM version or commit hash:
'3.3.2'
Command(s) you used to install LightGBM
pip install lightgbm
The text was updated successfully, but these errors were encountered: