Hi,
Thank you for developing this fantastic tool!
I have a question regarding the use of your package for performing online inference. Specifically, I am trying to implement the equation πΌhat = π(π§π β£ π₯1, β¦ , π₯π) as described in Bishop (2006).
Does your package or API include a function that calculates this directly? From my review of the source code, the closest functionality I found is in the forward_pass function where the alphas are computed (this line in messages.py). Is this πΌ the same as πΌhat?
Any insights or guidance you can provide would be greatly appreciated.
Best regards,
Nick