Nick Parente

Results 2 issues of Nick Parente

DoWhy's [has_directed_path ](https://github.com/py-why/dowhy/blob/main/dowhy/graph.py#L273) method checks for a directed path between the action node at index 0, and outcome node at index 0. AutoIdentifier's [identify_effect_auto ](https://github.com/py-why/dowhy/blob/main/dowhy/causal_identifier/auto_identifier.py#L170) method exits if there is...

bug

Perhaps a bit non-standard for this library, but would causal learn be interested in providing some causal representation learning algorithms which work well on low-level data (pixels, etc)? Maybe as...