/CREDIT-CARD-RISK-MANAGMENT

It's a project which detects fraud credit cards.

Primary LanguageJupyter Notebook

CREDIT-CARD-RISK-MANAGMENT

OVERVIEW :

This repo consists of code for diffrent models used for classification of fraud credit cards.

DATASET :

Downloaded from kaggle : https://www.kaggle.com/tmchls/credit-card-risk-assessment

PROBLEM :

Our job is to classify the credit cards based on the target variable which tells if it is fraud or not. I have used supervised learning for this to be done.

ACCURACY :

I managed to get accuracy of 82% with tuning .

GUIDANCE :