causality icon indicating copy to clipboard operation
causality copied to clipboard

Tools for causal analysis

Results 14 causality issues
Sort by recently updated
recently updated
newest added

https://github.com/akelleh/causality/blob/aa458538224ec162b751c1e225b1ff02cb474191/causality/estimation/parametric.py#L201C34-L201C34 In the `get_treated_matches` function of the `PropensityScoringModel` class, after `join`, did you mean to delete the `treated_index` instead of `control_index`? Because I think what we need in the `matched_treated`...

The function loops over edges `(a,b)` and checks whether it should add an arrow from `a` to `b`, but it does not check whether it should add an arrow from...

I recently installed the causality package. And, I am working through the example on the package's PyPi page: https://pypi.org/project/causality/ Everything seems to work well until I get to the last...

This should fix issue #82, making IC work again for newer networkx version.

Fix for #82, making the module compatible with NetworkX 2.4, see [here](https://stackoverflow.com/questions/58518554/attributeerror-graph-object-has-no-attribute-node)

add a few more lines to main readme

Just wondering - do you think this is a wrong package to add feature distance matching / standardized mean diff/propensity scores? I will be happy to PR. I know there...

enhancement

First version of exaustive search minimal admissable sets that satisfy the back door criterion. It is based on a d-separation function from pgmpy package (https://github.com/pgmpy/pgmpy). It implements an algorithm found...

A super minor, one-character PR fix.

flake8 didn't like the empty spaces in the file after some of the lines.