Skip to content

A comprehensive machine learning(binary classification) project for detecting credit fraud on a highly imbalanced dataset.

License

Notifications You must be signed in to change notification settings

tatv047/Credit-Card-Fraud-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Fraud Detection

Setup

  1. Open the terminal in your working directory and run the followihng:
conda env create -f environment.yml
  1. Activate the env
conda activate credit-fraud-detection
  • to run the pipeline
python -m scripts.run_pipeline