InstallationΒΆ
Warning
This project is just getting started. We do our best to keep things stable but you should assume that if you do not specify a version number that certain functionality can break.
Install scikit-fairness via pip with
pip install scikit-fairness
Via conda with
conda install -c conda-forge scikit-fairness
Alternatively you can fork/clone and run:
git clone https://github.com/koaning/scikit-fairness
pip install --editable .