A Python script that generates synthetic minority class data for financial fraud detection using WGAN-GP to address dataset imbalance.
This repository contains python code used to create synthetic data samples of minority class for a financial dataset. It also contains a sample of generated synthetic data.
This tool is used to create synthetic samples of fraudulent transactions to balance highly imbalanced financial datasets, improving fraud detection model training. Data scientists and security analysts working with credit card fraud datasets can use this to augment their data and enhance model performance.
The tool is still in progress with ongoing evaluation of synthetic data quality; users should validate synthetic data before use in production. It requires familiarity with GANs and Python environment setup.