Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael1ding/credit-fraud
Credit card transaction Kaggle Challenge from Summer 2018.
https://github.com/michael1ding/credit-fraud
Last synced: 17 days ago
JSON representation
Credit card transaction Kaggle Challenge from Summer 2018.
- Host: GitHub
- URL: https://github.com/michael1ding/credit-fraud
- Owner: michael1ding
- Created: 2020-02-21T04:14:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T06:20:08.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T20:21:45.535Z (30 days ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Credit-Fraud
Kaggle Challenge I did over Summer 2017. Uses sklearn with isolation forest and local outlier methods for outlier detection to predict credit card transactions as fraudulant or not. Dataset was taken from https://www.kaggle.com/mlg-ulb/creditcardfraud at the time.