-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial integration with ExponentialFamilyProjection #325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @bvdmitri! I've added small comments.
Thanks for comments @albertpod , all of them have been addressed |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
+ Coverage 84.64% 84.75% +0.10%
==========================================
Files 18 19 +1
Lines 1472 1502 +30
==========================================
+ Hits 1246 1273 +27
- Misses 226 229 +3 ☔ View full report in Codecov by Sentry. |
This PR adds support for
ExponentialFamilyProjection
inRxInfer.jl
. It introduces two new sections on running inference in non-conjugate models and handling factor nodes without explicitly defined message update rules.This PR is accompanied by a corresponding PR to
RxInfer.jl
. Tests for individual rules are available inReactiveMP
, and this PR includes tests for the overall inference procedure.