Skip to content

On-premise users: click in-app to access the full platform documentation for your version of DataRobot.

Generate prediction intervals via conformal inference

Access this AI accelerator on GitHub

This AI Accelerator demonstrates various ways for generating prediction intervals for any DataRobot model. The methods presented here are rooted in the area of conformal inference (also known as conformal prediction). These types of approaches have become increasingly popular for uncertainty quantification because they do not require strict distributional assumptions to be met in order to achieve proper coverage (i.e., they only require that the testing data is exchangeable with the training data). While conformal inference can be applied across a wide array of prediction problems, the focus in this notebook will be prediction interval generation on regression targets.


Updated April 26, 2024