Skip to content

CEPHAL0/CreditCard-Fraud-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Credit Card Fraud Detection

This jupyter notebook uses the data available from kaggle.

Due to the github limit of 100MB working copy of dataset couldnot be uploaded into the repository.
Make sure to download the dataset from the link given below and follow the procedure

Dataset Source : https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud
After downloading the dataset place inside the Datasets/ folder
Rename the file to creditcard.csv

Necessary packages:

pip install numpy
pip install pandas
pip install sklearn
pip install warnings
pip install seaborn
pip install matplotlib