CounterfactualUnitSelector Example #346
Unanswered
aborundiya
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@t-tte @paullo0106 any thoughts on this ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
If you want to use the output from eg a meta-learner to conduct value optimisation, you may want to look into the CounterfactualValueEstimator class: https://github.com/uber/causalml/blob/master/causalml/optimize/value_optimization.py Here is an example notebook using the approach: https://github.com/uber/causalml/blob/master/examples/counterfactual_value_optimization.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was planing to use the CounterfactualUnitSelector to get the right audience for the upcoming campaign. Am bit lost as the CounterfactualUnitSelector has its own learner , how does the meta learner fits in this scheme ?
Beta Was this translation helpful? Give feedback.
All reactions