Members:
- Eduardo Castro Becerra
- Simon Nguyen
- Bryan Martinez Ramirez
- Myo T Aung
In this project, we analyzed credit card fraud dataset by DHANUSH NARAYANAN R from Kaggle (https://www.kaggle.com/datasets/dhanushnarayananr/credit-card-fraud). After our initial analysis of the data, we then utilized the K Nearest Neighbors (KNN) classifier in order to create a model to predict fradulent cases based on the features provided.
This project's class report can be found here.
- Clone the git repo to local repository
- Download the dataset from Kaggle here: https://www.kaggle.com/datasets/dhanushnarayananr/credit-card-fraud
- Unzip file to access dataset (should be called
archive.csv) - Move dataset file to the same directory as Capstone.ipynb