I'd like to produce 95% prediction intervals along with predictions from my model. I'm using a moderately large dataset and making thousands of predictions, so I was wondering if there was some way for me to calculate the prediction interval directly without bootstrapping.
I'm using the LinearRegression model (with multiple features) for now, though will most likely use one of the models that incorporate regularization down the road