Skip to content

Propensity Score Non-Parametric Models #623

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

Closed
NathanielF opened this issue Jan 6, 2024 · 1 comment
Closed

Propensity Score Non-Parametric Models #623

NathanielF opened this issue Jan 6, 2024 · 1 comment
Labels
proposal New notebook proposal still up for discussion

Comments

@NathanielF
Copy link
Contributor

Notebook proposal

Propensity Score Non-Parametric Models

Why should this notebook be added to pymc-examples?

There is a widely used approach to causal inference using propensity scores to reweight the and create psuedo populations under which causal inference is licensed. State of the art approaches to estimating propensity scores can use non-parametric methods such as BART to capture heterogenous effects.

Suggested categories:

Related notebooks

We reference the work done in https://www.pymc.io/projects/examples/en/latest/bart/bart_quantile_regression.html
to infer causal effects at the higher quantiles of the distribution

References

Osvaldo A Martin, Ravin Kumar, and Junpeng Lao. Bayesian Modeling and Computation in Python. Chapman and Hall/CRC, 2021.

https://www.amazon.co.uk/Nonparametrics-Inference-Monographs-Statistics-Probability/dp/036734100X/ref=asc_df_036734100X/?tag=googshopuk-21&linkCode=df0&hvadid=659098793966&hvpos=&hvnetw=g&hvrand=12876422308331539704&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1007850&hvtargid=pla-2035474796142&psc=1&mcid=8d6c3651ff9c3dd0aa26ec01a735e4d8

https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/

cc @drbenvincent and @aloctavodia

This is still a work in progress, but something i started playing with over the Christmas break

@NathanielF NathanielF added the proposal New notebook proposal still up for discussion label Jan 6, 2024
@NathanielF NathanielF mentioned this issue Jan 6, 2024
3 tasks
@drbenvincent
Copy link
Contributor

Sounds pretty cool. This reminds me that I've got a very early sketch of a notebook on propensity scores. It's not even a draft PR at this point, but here's a link to the branch on my fork if you were interested https://github.com/drbenvincent/pymc-examples/blob/propensity/examples/causal_inference/propensity_scores.ipynb

I don't see any meaningful overlap or conflict between the two notebooks if I were to pick up mine in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal New notebook proposal still up for discussion
Projects
None yet
Development

No branches or pull requests

2 participants