Skip to content

This project trains a fraud detection classifier for monetary transactions using a number of techniques for anomaly detection (i.e isolation forest and autoencoders) and deploys the model as an API to production using the Heroku server.

ekohgenius/fraud-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fraud-detection

This project trains a fraud detection classifier for monetary transactions using a number of techniques for anomaly detection (i.e isolation forest and autoencoders) and deploys the model as an API to production using the Heroku server.

Usage

Edit test.py to contain transaction details as you would like to evaluate or make it read a json file containing transactions.

Run on command line

> python test.py

About

This project trains a fraud detection classifier for monetary transactions using a number of techniques for anomaly detection (i.e isolation forest and autoencoders) and deploys the model as an API to production using the Heroku server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages