DuongVu39 / fraud_detection

Fraud detection Kaggle competition

Home Page:https://www.kaggle.com/c/talkingdata-adtracking-fraud-detection/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fraud detection Kaggle competition

https://www.kaggle.com/c/talkingdata-adtracking-fraud-detection/overview

License:MIT License


Languages

Language:Python 100.0%