akelleh / causality

Tools for causal analysis
MIT License
1.06k stars 128 forks source link

issues with concat of dictionaries #66

Closed thegallier closed 2 years ago

thegallier commented 6 years ago

Tried your examples (this and your blog) in python 3.6. [treatment] + confounders gives issues. replacing confounders with list(confounders.keys()) seems to fix most of it (needs to be done in a couple of places). Separating z_types from z is also an avenue to fix it. Hope this projects continues to improve.

akelleh commented 6 years ago

Thanks! I'll give that some attention this weekend.