/causaldag_examples

Example usage of https://github.com/uhlerlab/causaldag

Primary LanguageShell

First, download or clone this repo.

Entering into the top-level folder of the repo, the following command will create a virtual environment with the necessary packages to run the examples:

bash setup.sh

Activate the virtual environment:

source venv/bin/activate

Start jupyter:

jupyter notebook (check that the kernel is causaldag_examples)