-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/faster nix postpred #10
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10 +/- ##
==========================================
- Coverage 81.36% 81.23% -0.13%
==========================================
Files 90 90
Lines 18274 18176 -98
Branches 18274 18176 -98
==========================================
- Hits 14868 14765 -103
- Misses 3281 3311 +30
+ Partials 125 100 -25 ☔ View full report in Codecov by Sentry. |
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.
Nice improvements!!!! I didn't see any issues and the tests look good so: LGTM!
Reworked the posterior predictive cache of a few conjugate prior to get a significant speedup in both cache computation and posterior predictive computation.