Instantiating Prior
class with empirical distribution
#1081
-
Is there a way to instantiate the The goal is to construct a Bayesian class that supports performing iterative Bayesian updates, where the posterior distribution from one inference can be used as the prior for the next (i.e. continuous learning). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't think it is supported at the moment. The Would you want to experiment with it and give an implementation a try? Related to #782 |
Beta Was this translation helpful? Give feedback.
-
We've recently made an update which allows anything that looks like the On top of the Give it a try and let us know how it goes! |
Beta Was this translation helpful? Give feedback.
Hi @meraldoantonio
We've recently made an update which allows anything that looks like the
VariableFactory
class to be used in various places. For instance, as MMM parametersOn top of the
dims
andcreate_variable
, having ato_dict
and registered deserialization strategy should make this possible.Give it a try and let us know how it goes!