Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.08 KB

====

DataPreprocessing folder: (Mathematica and R)

  • Take the raw data from the Data folder, given for the challenge: large.csv
  • Preprocess it with Mathematica using the file 01_fraude_DataProcessing.nb --> largeD19.csv
  • Preprocess it with R using the file 02_fraude_DataProcessing.R --> largeD21.csv

Analysis folder: (R)

  • CreditSuisseChallengeAnalysis.Rmd can be used to produce the file with R: CreditSuisseChallengeAnalysis.html which will give an overview of all features and a simple threshold approach to detect anomalies.

ML folder: (Python)

  • HacknLead_credit_swiss.ipynb a Jupyter Notebook for Python computations. Load the data into the ML folder and run the notebook. There will be results on supervised and unsupervised learning algorithms.

All data analysis files are available here - https://www.dropbox.com/sh/5lmevcxx28zsjf2/AADtxeFh_2KlCrZs1ZE3oM8ba?dl=0

User Interface: (Typescript + React)

  • In /client folder run yarn install, to run the app yarn start

Prototype is also available online: http://aml.netlify.com/