Skip to content

Ready to use Python Module for Credit Card Fraud prediction. Dataset is from Kaggle, https://www.kaggle.com/mlg-ulb/creditcardfraud

Notifications You must be signed in to change notification settings

rviccinig/Credit_Card_Fraud

Repository files navigation

Credit Card Fraud Detection

Purpose: This project goes through a dataset of credit card
transactions and clasifies which transactions are Frauds.

Dataset: Dataset is hosted by https://www.kaggle.com/mlg-ulb/creditcardfraud

Characteristics: I produced requerements.txt file using conda list --export > package-list.txt

Note: To install an anaconda enviroment with all this packages
conda create -n myenv --file Requerements.txt

Note 2: Variables
        'Class': 1 for Fraud and 'Class': 0  for no Fraud
        'Amount': Amount in Dollars of the Theft
        'V1-V30':  Scaled Varibles with PCA

About

Ready to use Python Module for Credit Card Fraud prediction. Dataset is from Kaggle, https://www.kaggle.com/mlg-ulb/creditcardfraud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published