Results 2 issues of Graham Mueller

Is there a better way to get the fitted values and residuals after fitting a model? I used the following code from plot_fit mu,Y=model._model(model.latent_variables.get_z_values()) values=model.link(mu) it would be nice if...

Thank you for your library! Is there any easy way to save the fitted and calibrated conformal predictors for re-use? I'd like to make conformal predictions in an online setting....