This repository contains the code for the thesis Modelling of the Impact of Automated Income Fraud Detection: a Case Study in the Netherlands
We provide an environment.yml file for Conda users can simply run
conda env create -f environment.yml
Finally, if neither of the above options are desired, we also provide a requirements.txt file for pip users. In this case, simply run
pip install -r requirements.txt
.
├── abm #scripts
│ └── data # data to init the ABM
├── README.md # you are here
├── .gitignore
└── requirements.txt # if you are using pip