Skip to content

kirth123/CreditCardFraudDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Credit Card Fraud Detection

I developed a Jupyter Notebook to classify fradulent credit card transactions based on a dataset of over 280,000 records. Only 492 records were actually fradulent, so I had to undersample the legitimate records to minimize the imbalance between the two classes. I used several ML models to classify the dataset. I used a linear regression classifier, logistic regression classifier (with a threshold value of 0.3), decision trees, bagging, random forests, and support vector machines. I plotted the decision tree so that we can see how the decision tree makes its decisions and a heatmap so that we can see the correlation between different variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published