mateuszkasprowicz / fairness-toolkits

Evaluating Fairness in Machine Learning: Comparative Analysis of Fairlearn and AIF360
0 stars 0 forks source link

Python env #1

Open sebkaz opened 1 month ago

sebkaz commented 1 month ago

It will be good to have information about Python env.

Python env from requirements can't be made for: Python 3.9 and Python 3.11

mateuszkasprowicz commented 1 month ago

Thanks for pointing this out. What is the best practice to store this info? I use conda for env management.

sebkaz commented 1 week ago

You can add python version in README.md file.
Or You can add env preparing code

python3.X -m venv venv
source venv/bin/activate
(venv) pip install --upgrade pip setuptools wheel
(venv) pip install -r requirements.txt