Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 626 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 626 Bytes

Read me

This is the repository for the master Thesis Econometrics at the UvA.

Folders

  • images
  • Results
  • FL

virtual environments

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.

Simulations

Run the simulation study with the following command, in the run_simulations.py file you can change the parameters. python3 FL/run_simulations.py

Healthcare data

For the healthcare data run the FL/heartdisease.ipynb file.