Skip to content

Credit Card Fraud Transaction detection using Logistic regression model

Notifications You must be signed in to change notification settings

Pinak-coder/Credit-Card-Fraud-Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Credit-Card-Fraud-Detection

Credit Card Fraud Transaction detection using Logistic regression model

Dataset Link: https://www.kaggle.com/mlg-ulb/creditcardfraud

This project demonstrates the process of Predicting a Fraudulent transaction using a Credit Card, using the Logistic Regression Algorithm.

If the trannsaction is legit, it is labelled as '0', else, if the transaction is suspected to be a fraud one, it is labelled as '1'.

The Accuracy Score on the Training dataset was : 0.9415501905972046

And, the Accuracy Score on the Testing dataset was : 0.9390862944162437

About

Credit Card Fraud Transaction detection using Logistic regression model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%