Aryan Roy
Aryan Roy
Implement the functionality to find the adjustment criterion for all common causal graphs: DAGs, PAGs, CPDAGs and MAGs.
**Is your feature request related to a problem? Please describe.** This is in continuation of PR [#1148](https://github.com/py-why/dowhy/pull/1148) in Dowhy. First PR in an effort to provide seamless integration with Dowhy....
Fixes #67 Changes proposed in this pull request: - Add a function that takes in a PAG and checks if it is valid or not. ## Before submitting - [...
**Is your feature request related to a problem? Please describe.** I want to be able to check if two MAGs are Markov equivalent with one function call. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Currently there is a code path in the function that requires a PAG with a --o edge. **Describe the solution...
Is there a way to query stream metrics such as PutMessages Latency etc. for specific streams? The `SummarizeMetricsDataDetails` class doesn't provide a method to specify a stream identifier. It only...
Add the ability to find Proper Possibly Directed Paths to allow integration with DoWhy. Fixes #111 Changes proposed in this pull request: - Add the necessary functions to find Proper...