This is an implementation of the expected value of perfect information (EVPI) written in Python using Numpy with no custom C extensions.
Make sure, your working directory is the package root (where the setup.py
) is in.
Plain setuptools:
python setup.py install
Or via pip:
pip install .
pytest