Installation
From PyPI
pip install error-parity
From source (development)
git clone https://github.com/socialfoundations/error-parity.git
pip install ./error-parity
Requirements
The package depends on standard scientific Python libraries (NumPy, SciPy, scikit-learn, pandas) and cvxpy
for the optimization step. For plotting, matplotlib
and seaborn
are used.
For building documentation and rendering notebooks locally, see requirements/docs.txt
.
Supported Python versions
See the PyPI classifiers badge and pyproject.toml
for the supported versions.