Skip to content

Conversation

@RudraCodesForU
Copy link
Contributor

This PR introduces a comprehensive config.toml configuration file to standardize project setup, dependencies, and development tools for our pgmpy-based probabilistic graphical models project- CausalBench.

Fixes #10

Basic installation

pip install -e .

Development setup

pip install -e .[dev]

Full installation with all features

pip install -e .[dev,viz,docs]

@ankurankan
Copy link
Member

@RudraCodesForU This toml is setting up a python package. The one we were discussion on the issue was regarding separating out the parameters for the benchmark runs so things like, sample size, effect size, etc. Although this PR is fine as well as we will need it at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] Separate out benchmark running parameters in a config file

2 participants