NSAPH-Projects / space

SpaCE, the Spatial Confounding Environment, loads benchmark datasets for causal inference methods tackling spatial confounding
https://nsaph-projects.github.io/space/
MIT License
14 stars 5 forks source link

Merge spatial+ algo #64

Closed sophi890 closed 1 year ago

sophi890 commented 1 year ago

This is a B-spline implementation, which allowed us to directly use python's GLMGam from statsmodels. If time could try to replace the B spline with TPS (TPS did not have same attributes that would allow us to plug into GLMGam). Also need to add statsmodels to the dependencies in the requirements yaml.

Accommodates binary exposure and continuous exposure.

mauriciogtec commented 1 year ago

Solved in #78