This is the repository for the master Thesis Econometrics at the UvA.
- images
- Results
- FL
Use the commands python3 -m venv .env
and source .env/bin/activate
to make a virtual environment and to activate the virtual environment. Then use the command pip3 install -r FL/requirements.txt
to install the required packages.
Run the simulation study with the following command, in the run_simulations.py file you can change the parameters.
python3 FL/run_simulations.py
For the healthcare data run the FL/heartdisease.ipynb file.