-
Notifications
You must be signed in to change notification settings - Fork 252
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
Improved Default Priors for BetaGeoModel
#1264
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1264 +/- ##
=======================================
Coverage 95.05% 95.06%
=======================================
Files 42 42
Lines 4451 4456 +5
=======================================
+ Hits 4231 4236 +5
Misses 220 220 ☔ View full report in Codecov by Sentry. |
can you add |
View / edit / reply to this conversation on ReviewNB wd60622 commented on 2024-12-14T05:29:20Z How about just But couldn't I use same model for multiple fits? that is:
|
View / edit / reply to this conversation on ReviewNB wd60622 commented on 2024-12-14T05:29:21Z Can you explicitly say by adding "a" and "b" priors to the model_config |
I'll create another PR for this prior to merging this one. If it can be added to |
After addressing @wd60622 's comments we can merge this one :) |
* BG docstrings * doctrings and default_model_config * readd bg_nbd nb and revise config * clv dev nb cleanup * beta_geo.ipynb * quickstart * notebooks
Description
This PR modifies the default model config of
BetaGeoModel
with a prior specification for the dropout process similar to that inBetaGeoBetaBinomModel
. This improved parameter estimates and reduced fit times by 40-50% in testing.Related Issue
default_model_config
forBetaGeoModel
#1123Checklist
Modules affected
Type of change
📚 Documentation preview 📚: https://pymc-marketing--1264.org.readthedocs.build/en/1264/