You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you have an (eventual) solution in mind beyond kwargs? I feel it works well for what we have now but might change in the future if there is something better.
Response:
It would be nice if you didn’t have to pass any arguments at all. I would want to somehow differentiate between a model and a model with data.
damonbayer
changed the title
Create and demonstrate methods for simulating from prior and computing predictive distributions
Create methods for simulating from prior and predictive distributions
Jul 1, 2024
Pre-requisite to #169.
Model class should have
model.sample_prior()
andmodel.predict(samples)
methods.The text was updated successfully, but these errors were encountered: