-
Notifications
You must be signed in to change notification settings - Fork 3
Bayesian Model Average #293
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
base: main
Are you sure you want to change the base?
Conversation
9e99ce6 to
6ba9e73
Compare
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (46.80%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #293 +/- ##
==========================================
- Coverage 95.01% 91.85% -3.16%
==========================================
Files 29 30 +1
Lines 1344 1437 +93
==========================================
+ Hits 1277 1320 +43
- Misses 67 117 +50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
New module for Bayesian model averaging
New Features:
colibri.model_averagefor performing Bayesian model averaging, including functions for selecting fits and computing weights (colibri/model_average.py).Enhancements:
ColibriFitSpecto encapsulate fit specifications and Bayesian metrics (colibri/core.py).parse_fitsincolibri/config.pyto parse a list of fits intoColibriFitSpecobjects (colibri/config.py).Refactoring:
ns_resamplerscript to use new utility functionsns_fit_resamplerandwrite_resampled_ns_fitfor improved clarity and reusability (colibri/scripts/ns_resampler.py). [1] [2]colibri/utils.pywith new utility functions for resampling and writing resampled fits, and included necessary imports (colibri/utils.py). [1] [2] [3]Miscellaneous:
pandasand new imports tocolibri/config.pyto support the new functionalities (colibri/config.py).colibri.model_averagein thecolibri/app.pymodule list (colibri/app.py).