issues
search
py-why
/
pywhy-graphs
[Experimental] Causal graphs that are networkx-compliant for the py-why ecosystem.
https://py-why.github.io/pywhy-graphs/dev/index.html
MIT License
47
stars
8
forks
source link
[ENH] Simulation module for data-generating graphical models emphasizing usage with discrete data
#82
Closed
adam2392
closed
1 year ago
adam2392
commented
1 year ago
Changes proposed in this pull request:
Adds a more abstract/generic interface for simulating data from a graphical model
Allows both continuous and discrete data in the new dictionary-based API leveraging networkx's node and edge attributes
Before submitting
[ ] I've read and followed all steps in the
Making a pull request
section of the
CONTRIBUTING
docs.
[ ] I've updated or added any relevant docstrings following the syntax described in the
Writing docstrings
section of the
CONTRIBUTING
docs.
[ ] If this PR fixes a bug, I've added a test that will fail without my fix.
[ ] If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.
After submitting
[ ] All GitHub Actions jobs for my pull request have passed.
Changes proposed in this pull request:
Before submitting
CONTRIBUTING
docs.CONTRIBUTING
docs.After submitting