GitXplorerGitXplorer
L

abm_dm_impact

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
23d572b2869d407197c8b2aea12252cb506a4248

.gitignore is now working

LLe-Ty committed a year ago
Unverified
1cdf175e2df42fbe0aca9059779190b7b1f5cc33

update gitignore

LLe-Ty committed a year ago
Unverified
566143e7d8faae5a02dd0913eba70d1f635668cd

update gitignore

LLe-Ty committed a year ago
Unverified
4f010215d80c3c0c2cda4ef71a46212af0095a49

added yaml

LLe-Ty committed a year ago
Verified
606db414e3ae357b88134f8dfd93ed2dff5b116c

Update README.md

LLe-Ty committed a year ago
Verified
ba9d6b1e3ee09f9b8bf8d9d0fa7c527c6b0790e2

Update README.md

LLe-Ty committed a year ago

README

The README file for this repository.

Modelling of the Impact of Automated Income Fraud Detection

This repository contains the code for the thesis Modelling of the Impact of Automated Income Fraud Detection: a Case Study in the Netherlands

Usage

Setup.

Requirements

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

Repository Structure

.
├── abm #scripts
│   └── data # data to init the ABM
├── README.md # you are here
├── .gitignore 
└── requirements.txt # if you are using pip