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
Conformal Quantile Regression was introduced in Romano, Patterson & Candès and is a variant of quantile regression which calibrates the prediction intervals, yielding narrower intervals, while preserving theoretical coverage guarantees.
This could potentially be built into QuantileLinearRegression via a conformal argument.
The text was updated successfully, but these errors were encountered:
Not sure if It is the right place for this message.
Since you mentioned Future work, you want to add support for neural networks. I would like to recommend looking into this paper: High-Quality Prediction Interval.
Conformal Quantile Regression was introduced in Romano, Patterson & Candès and is a variant of quantile regression which calibrates the prediction intervals, yielding narrower intervals, while preserving theoretical coverage guarantees.
This could potentially be built into
QuantileLinearRegression
via aconformal
argument.The text was updated successfully, but these errors were encountered: