pywhy-graphs icon indicating copy to clipboard operation
pywhy-graphs copied to clipboard

[Experimental] Causal graphs that are networkx-compliant for the py-why ecosystem.

Results 31 pywhy-graphs issues
Sort by recently updated
recently updated
newest added

**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 # Changes proposed in this pull request: - ## Before submitting - [ ] I've read and followed all steps in the [Making a pull request](https://github.com/py-why/pywhy-graphs/blob/main/CONTRIBUTING.md#making-a-pull-request) section of the...

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies

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 - [...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.0. Release notes Sourced from abatilo/actions-poetry's releases. v3.0.0 3.0.0 (2024-1-11) BREAKING CHANGE Use pipx to isolate poetry (#63) (7b6d33e) Functionality itself should expect to be...

dependencies

**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...

Follow-up to #82 Changes proposed in this pull request: - represent selection diagrams more succintly and include an example - have a simulation example for discrete graphs - have a...

**Is your feature request related to a problem? Please describe.** A MAG is a mixed-edge graph with directed and bidirected edges and has the 'maximality' property. This is a sub-procedure...