Discussion about this post

User's avatar
ML's avatar

an annoying thing in this context is that you can't run quantile regressions in XGBoost (at least not from what I can gather,) so you'd either have to change to another gradient boosting model (easier said than done if you're in production) or run the former approach.

Expand full comment
Abel K.'s avatar

Interesting piece! In the context of using conformal predictions to calibrate coverage for a quantile regression forecaster, I’ve always found it a bit unsettling that a poorly performing model can still achieve seemingly "accurate" coverage - simply by applying conformal correction terms. Doesn't that defeat the purpose of having a well-calibrated forecaster in the first place?

I wonder what your thoughts are on this. To me, conformal prediction should be seen less as a fix and more as a diagnostic tool. If you need large correction terms, it likely signals that your model isn’t learning the underlying relationships well. In that sense, conformal methods might be better suited as a sanity check on your quantile forecaster model, rather than a blanket solution for coverage calibration.

Curious how this is used in real-world deployments - do practitioners rely on conformal corrections as a crutch, or do they use them to flag deeper issues in the modeling pipeline?

Expand full comment

No posts