/fraud_detection

Fraud detection Kaggle competition

Primary LanguagePythonMIT LicenseMIT

Fraud detection Kaggle competition

June 2019

Tyler Roberts & Duong Vu

Folder structure

 .
     |-- README 
     |-- LICENSE
     |-- .gitignore.py          # specifies intentionally untracked files that Git should ignore (i.e. backup files)
     |-- Makefile
     |-- requirements.txt
     |-- data
     |   -- # where you store your raw data file
     |   -- # metadata files - information about other data
     |-- doc 
     |   -- notebook.md         # electronic lab notebook recording your experiments
     |-- results
     |   -- # where you store all result files
     |   -- # cleaned data file
     |   -- # eda image files
     |-- src # source code
     |-- scripts # scripts to run on server
     |-- bin
     |   -- # keep all the files you want to delete but not sure whether you will need it later

Dependencies