An open API service indexing awesome lists of open source software.

https://github.com/simon2k/ieee-cis-fraud-detection

Can you detect fraud from customer transactions?
https://github.com/simon2k/ieee-cis-fraud-detection

customer-transactions fraud-detection fraud-relation machine-learning numpy pandas scikit-learn

Last synced: 10 months ago
JSON representation

Can you detect fraud from customer transactions?

Awesome Lists containing this project

README

          

# IEEE-CIS Fraud Detection

Can you detect fraud from customer transactions?

Competition: https://www.kaggle.com/c/ieee-fraud-detection

## Description

Model used for the fraud detection problem was Logistic Regression. The model achieved the score of 73.46% on unseen data.

## Setup

Run `python main.py` to execute the model and predictions.

## Visualizations

### ProductCD to fraud relation

![](artifacts/product-cd-to-fraud-relation.png)

### Amount to fraud relation

![](artifacts/amount-to-fraud-relation.png)