-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement causal impact estimation #38
Comments
The most intuitive estimators are those that predict a counterfactual and compare with it. These are especially nice because they give us the impact of every single event.
Generic causal inference estimators:
Meta-learners: These are more fancy. They can be used with any machine learning models, which is cool. Double Machine Learning seems most promising to me, but I still have to read more about it. See e.g. https://matheusfacure.github.io/python-causality-handbook/22-Debiased-Orthogonal-Machine-Learning.html or https://causalml-book.org/. And causal random forests might also be relevant. I suggest focusing on the first two for the first versions of the project, synthetic control and interrupted time series. |
Alternative to CausalImpact: ConformalImpact. |
|
Inverse propensity weighting has been added to CausalPy https://github.com/pymc-labs/CausalPy/releases/tag/0.3.0 |
No description provided.
The text was updated successfully, but these errors were encountered: