ReactiveBayes / RxInfer.jl

Julia package for automated Bayesian inference on a factor graph with reactive message passing
MIT License
265 stars 23 forks source link

Integration ExponentialFamily.jl #176

Closed bvdmitri closed 11 months ago

bvdmitri commented 11 months ago

This PR integrates RxInfer with the new version of ReactiveMP based on the ExponentialFamily.jl package.

review-notebook-app[bot] commented 11 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 11 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (09b20fe) 81.03% compared to head (e382e39) 80.00%. Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #176 +/- ## ========================================== - Coverage 81.03% 80.00% -1.04% ========================================== Files 11 11 Lines 1271 1275 +4 ========================================== - Hits 1030 1020 -10 - Misses 241 255 +14 ``` | [Files](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab) | Coverage Δ | | |---|---|---| | [src/RxInfer.jl](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL1J4SW5mZXIuamw=) | `100.00% <ø> (ø)` | | | [src/model.jl](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL21vZGVsLmps) | `85.85% <100.00%> (ø)` | | | [src/score/bfe.jl](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL3Njb3JlL2JmZS5qbA==) | `94.44% <100.00%> (+0.44%)` | :arrow_up: | | [src/constraints/form/form\_fixed\_marginal.jl](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL2NvbnN0cmFpbnRzL2Zvcm0vZm9ybV9maXhlZF9tYXJnaW5hbC5qbA==) | `0.00% <0.00%> (ø)` | | | [src/constraints/form/form\_point\_mass.jl](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL2NvbnN0cmFpbnRzL2Zvcm0vZm9ybV9wb2ludF9tYXNzLmps) | `72.97% <60.00%> (-5.41%)` | :arrow_down: | | [src/constraints/form/form\_sample\_list.jl](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL2NvbnN0cmFpbnRzL2Zvcm0vZm9ybV9zYW1wbGVfbGlzdC5qbA==) | `75.00% <80.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/biaslab/RxInfer.jl/pull/176/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.