-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
It seems that with your current documentation it looks hard (or impossible) to get access to the "fitted" model to make posterior predictions at arbitrary points without running the Markov chain again from scratch. The test set it provided up front in the code and no predict method is included. I'm hoping there is at least some way of resuming the Markov Chain where it left off with a different test set. Is that feasible or does it require an extensive rewrite? If so, can you describe how? I want to use a softbart model to explore settings for a process and I don't want to have to perform some kind of dodgy interpolation after already running SoftBart for a long time once. In particular, I want to find some inputs that minimize the response. If it's feasible now, would you be able to provide an example in your readme?
Thanks for your consideration