Skip to content

An anomaly detection project for identifying fraudulent transactions in credit card data using various unsupervised learning techniques, including Z-score, Mahalanobis distance, Local Outlier Factor, Isolation Forest, and One-Class SVM. Visualizations and performance metrics are provided for comparing method effectiveness.

License

Notifications You must be signed in to change notification settings

sarankumar1325/CREDIT-CARD-ANOMALY-DETECTION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Fraud Anomaly Detection

This project demonstrates multiple unsupervised anomaly detection methods to identify fraudulent transactions in credit card data. By exploring different approaches, we aim to improve the detection of outliers that indicate potential fraud. Methods implemented include Z-Score, Mahalanobis Distance, Local Outlier Factor, Isolation Forest, and One-Class SVM.

Project Structure

  • data/: Contains the credit card dataset (e.g., creditcard.csv).
  • notebooks/: Jupyter notebooks for exploratory data analysis and anomaly detection.
  • scripts/: Python scripts for data loading, model evaluation, and visualization.

Dataset

The dataset used is a Credit Card Fraud Detection Dataset from Kaggle. It consists of anonymized features and a target column indicating fraudulent transactions.

Installation

Clone the repository and install the necessary dependencies:

git clone https://github.com/yourusername/Credit-Card-Fraud-Anomaly-Detection.git
cd Credit-Card-Fraud-Anomaly-Detection
pip install -r requirements.txt

About

An anomaly detection project for identifying fraudulent transactions in credit card data using various unsupervised learning techniques, including Z-score, Mahalanobis distance, Local Outlier Factor, Isolation Forest, and One-Class SVM. Visualizations and performance metrics are provided for comparing method effectiveness.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published