Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karimosman89/fraud-detection

Identify fraudulent transactions.Develop a machine learning model that can identify fraudulent transactions in credit card data or insurance claims.Show how your model can reduce financial losses by flagging suspicious activities.
https://github.com/karimosman89/fraud-detection

anomaly-detection lightgbm pandas python scikit-learn xgboost

Last synced: about 2 months ago
JSON representation

Identify fraudulent transactions.Develop a machine learning model that can identify fraudulent transactions in credit card data or insurance claims.Show how your model can reduce financial losses by flagging suspicious activities.

Awesome Lists containing this project

README

        

# Fraud Detection System
This project develops a machine learning model to detect fraudulent transactions.

## Overview
The system identifies fraudulent transactions in credit card data.

## Dataset
- Source: [Kaggle - Credit Card Fraud Detection](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud)

## Setup
Install dependencies:

pip install -r requirements.txt

## Usage
- Run the preprocessing script:

python src/preprocess.py


- Train the model:

python src/model.py