Code Monkey home page Code Monkey logo

credit-card-fraud-detection-tool's Introduction

Kaggle's Credit Card Fraud Detection Analysis

This repository contains the files necessary to get started with the Credit Card Fraud Detection data set from Kaggle for analysis in STAT 432 at the University of Illinois at Urbana-Champaign.

Files and Directories

  • README.md: The file that you are reading that describes the analysis and data provided.
  • make-data.R: The R script used to scrape and wrangle the data.
  • analysis.Rmd: A template R Markdown file to be used for reporting the results of your analysis.
  • data-raw/creditcard.csv.zip: The original data downloaded from Kaggle and zipped.
  • credit-analysis.Rproj: An RStudio project file.

Additional files are created by running the make-data.R script.

  • data/cc-sub.csv: The subset of the data as created by the make-data.R script.
  • data/cc.csv.gz: The "full" data as created by the make-data.R script.

Source and Documentation

The data stored in data-raw folder was accessed from Kaggle. Please be aware of the documentation provided there.

Analysis Goal

The goal of this analysis is to use the provided data in order to create tool that can be used to detect credit card fraud.

Additional Context

The Class variable indicates whether or not a transaction is genuine or fraud. In the original data, these were encoded as 0 and 1 respectively. In the processed data contained in the data folder, these have been changed to genuine and fraud to avoid any confusion.

Because the "full" data is somewhat larger, for the purpose of completing a data analysis for STAT 432, you may simply work with a subset of the data, but consider taking on the challenge of trying to use the full data with whatever limited computational resources you have available.

credit-card-fraud-detection-tool's People

Contributors

daviddalpiaz avatar akashsukhija avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.