Skip to content

In this notebook I train machine learning models to detect credit card fraud. The data set is from Kaggle, and contains credit card transactions recorded over two days.

Notifications You must be signed in to change notification settings

einarbmag/credit-card-fraud-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

credit-card-fraud-detection

In this notebook I train and tune models to predict credit card fraud using the dataset from Kaggle (https://www.kaggle.com/dalpozz/creditcardfraud).

The dataset contains credit card transactions recorded over two days, about 280000 transactions. The transactions have been labelled as fraud or non-fraud. The other variables are time since the first transaction in the data set, amount of the transaction, and 28 additional variables that are the result of principal component analysis on unspecified predictor variables. This is in order to anonymise the data.

About

In this notebook I train machine learning models to detect credit card fraud. The data set is from Kaggle, and contains credit card transactions recorded over two days.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages