Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhinavsharma07/fraud_analytics-credit_card_fraud_detection

The aim of this project is to predict fraudulent credit card transactions with the help of different machine learning models.
https://github.com/abhinavsharma07/fraud_analytics-credit_card_fraud_detection

banking data-analysis decision-trees hyperparameter-optimization machine-learning-algorithms pipelines random-forest-classifier svm-classifier xgboost-classifier

Last synced: 3 days ago
JSON representation

The aim of this project is to predict fraudulent credit card transactions with the help of different machine learning models.

Awesome Lists containing this project

README

        

# Fraud_Analytics-Credit_Card_Fraud_Detection

![Python](https://img.shields.io/badge/Python-3.7%2B-blue)
![Machine Learning](https://img.shields.io/badge/Machine%20Learning-Fraud%20Detection-orange)
![License](https://img.shields.io/badge/License-MIT-green)

## Overview

This project implements machine learning models to detect fraudulent credit card transactions, addressing a critical challenge in the financial sector.

### Key Features
- Analyzes a dataset of 284,807 transactions (492 fraudulent)
- Handles extreme class imbalance (0.172% fraud cases)
- Employs advanced ML techniques for high-precision fraud detection

### Dataset-> [Kaggle website](https://www.kaggle.com/mlg-ulb/creditcardfraud)

## Quick Start

```bash
git clone https://github.com/AbhinavSharma07/Fraud_Analytics-Credit_Card_Fraud_Detection.git
cd Fraud_Analytics-Credit_Card_Fraud_Detection
pip install -r requirements.txt
jupyter notebook