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 theDatasets/
folder
Rename the file tocreditcard.csv
Necessary packages:
pip install numpy
pip install pandas
pip install sklearn
pip install warnings
pip install seaborn
pip install matplotlib