Emergent property inference python package.
This package provides EPI for general python implementations of neural circuit models based on the algorithm in https://www.biorxiv.org/content/10.1101/837567v2.abstract.
You can find the documentation at https://epi.readthedocs.io/en/latest/.
- Download the epi package from github.
git clone https://github.com/cunningham-lab/epi.git
- Install epi package and dependencies.
cd epi/
pip install .