Dear all,
May I know is anyone has experience with setting var_names in sample posterior predictive?
I faced the error when I use it.
I tried change my data from series to tuple, it give me an error of inmutable data cannot be hashed.
Please help. Thanks alot.
Can we see the contents of final_train
?
Hi cluhmann,

Correct me if I am wrong.
We need to convert it into RV class?
Thanks
The var_names
argument to posterior_predictive()
should be a list of parameter names. See this notebook for some usages examples.
1 Like
thanks alot for your answer. I will take a look on that