Function to create a prior from uplift tests #488
Replies: 4 comments
-
Amazing! It would be great to be able to translate a function that includes diminishing return unto that function |
Beta Was this translation helpful? Give feedback.
-
do you run a bayesian uplift tests? it would be nice to plug in the uplift tests posterior as a prior into mmm model somthething like |
Beta Was this translation helpful? Give feedback.
-
Working on this PR #590 in order to lift tests directly into the model. WIP and getting ready for review The current format is that each lift test will have:
|
Beta Was this translation helpful? Give feedback.
-
Already available the PR #590 was merge! |
Beta Was this translation helpful? Give feedback.
-
When running uplift tests we get a resulting estimated impact of what the channel had as an impact, with additional potential insights on the adstock effect too, if we observe the experiment for long enough. Currently it's a manual process to translate uplift tests to priors. It would be great to translate this process into a function (or a demo example code in the documentation), which can translate outputs of uplift tests into priors. pm.find_contstrained_prior or similar type of approach is probably the way to go.
Would love to hear opinions on ideal functionality for the user.
Beta Was this translation helpful? Give feedback.
All reactions