Skip to content
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

Allow static covariates in BGNBDModel #1390

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5f567eb
Implement ModifiedBetaGeoNBD, ModifiedBetaGeoNBDRV. Modify ModifiedBe…
PabloRoque Jan 15, 2025
1897d62
Add test_notimplemented_logp
PabloRoque Jan 15, 2025
042780e
Merge branch 'main' into ModifiedBetaGeoNBDRV
PabloRoque Jan 15, 2025
bc83ddc
Sample recency_frequency from the newly introduced RV block
PabloRoque Jan 15, 2025
f0cb25e
Add model coords in distribution_new_customers
PabloRoque Jan 15, 2025
59d6826
Allow covariates in BG/NBD
PabloRoque Jan 16, 2025
b33b56b
Merge branch 'main' into BGNBD-static-covar
PabloRoque Jan 17, 2025
e74745c
Merge branch 'main' into BGNBD-static-covar
ColtAllen Jan 18, 2025
ffced16
Add BetaGeoModel_extract_predictive_variables. Add TestBetaGeoModelWi…
PabloRoque Jan 20, 2025
02b7c11
Add test_logp
PabloRoque Jan 20, 2025
dc7be23
Introduce gamma2, gamma3 dropout coefficients
PabloRoque Jan 22, 2025
dedb36e
Adapt tests to 3 coefficients. Fix test_logp
PabloRoque Jan 22, 2025
91d0168
Fix test_expectation_method. Fix test_covariate_model_convergence
PabloRoque Jan 22, 2025
4af6482
Merge branch 'main' into BGNBD-static-covar
PabloRoque Jan 22, 2025
28c15c0
Revert explicit dims in RVs
PabloRoque Jan 22, 2025
6ef492f
Include dims. Fix test_distribution_method
PabloRoque Jan 22, 2025
77dad3e
Increase recency_frequency tolerance
PabloRoque Jan 22, 2025
857c885
Add tolerance to dropout_covariate tests
PabloRoque Jan 23, 2025
f796170
Revert non-centered priors
PabloRoque Jan 23, 2025
3877662
Merge branch 'main' into BGNBD-static-covar
PabloRoque Jan 23, 2025
2e83e3a
Merge branch 'main' into BGNBD-static-covar
PabloRoque Jan 24, 2025
8902431
Merge branch 'main' into BGNBD-static-covar
PabloRoque Feb 1, 2025
187176a
Rename gamma coefficients
PabloRoque Feb 1, 2025
b056f7a
Add inline citation for [5]
PabloRoque Feb 1, 2025
d71d2b5
Ammend covariates assertions. Add notebook with investigation
PabloRoque Feb 2, 2025
74ae6a1
Add note on Gamma dist
PabloRoque Feb 2, 2025
cf8d67a
Increase covariate, so frequency distirbutions are further appart
PabloRoque Feb 2, 2025
a8c1328
Test on the mean, not each value
PabloRoque Feb 2, 2025
6186be0
Fix a_scale, b_scale dims
PabloRoque Feb 6, 2025
d13da11
Merge branch 'main' into BGNBD-static-covar
PabloRoque Feb 11, 2025
411df2f
Merge branch 'main' into BGNBD-static-covar
PabloRoque Feb 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading