aleximmer/Laplace

Saving a laplace approximation module after `fit`

Closed this issue · 2 comments

Hi,

Thanks for the fantastic library. Is there any way to save a laplace approximation object after fitting it to data? So that at a later time one can load it back to produce predictions with?

Thanks!

Hi, we haven't implemented this feature yet (#45), but you can try using the hacky workaround described here. Hope this helps!

@runame fantastic, this will work for now. Thanks!