Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vijayjoshi16/credit-card-fraud-detection-using-ml-in-python

Credit Card Fraud Detection Using ML in Python
https://github.com/vijayjoshi16/credit-card-fraud-detection-using-ml-in-python

data-analysis jupyter-notebook logistic-regression machine-learning matplotlib-pyplot numpy pandas python regression seaborn

Last synced: about 1 month ago
JSON representation

Credit Card Fraud Detection Using ML in Python

Awesome Lists containing this project

README

        


CREDIT CARD FRAUD DETECTION USING ML IN PYTHON WITH THE HELP OF LOGISTIC REGRESSION




Download the dataset and jupyter notebook to run this project in you local system




Algorithm used:Logistic regression




99.91% accuracy


Confusion matrix


[[198961 75]


[91 238]]




Classification report


          precision   recall     f1-score    support

0 1.00 1.00 1.00 199036
1 0.76 0.72 0.74 329

accuracy 1.00 199365


macro avg      0.88      0.86      0.87    199365



weighted avg   1.00      1.00      1.00    199365