Skip to content

The template for Hack'n'Lead 2019. Please fork into your own space and add members of your team so we can see all participants.

License

Notifications You must be signed in to change notification settings

toki2612/hacknlead

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

====

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/

About

The template for Hack'n'Lead 2019. Please fork into your own space and add members of your team so we can see all participants.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.3%
  • CSS 16.2%
  • HTML 3.9%
  • JavaScript 1.6%