Skip to content

imsanjoykb/Credit-Card-Fraud-Detection

Repository files navigation

Credit Card Fraud Detection

Author : Sanjoy Biswas Email : sanjoy.eee32@gmail.com Linkedin : Sanjoy Biswas

This is a Kaggle Credit Card Fraud Detection : Anonymized credit card transactions labeled as fraudulent or genuine - Credit Card Fraud Detection. The objective of the project is to perform data visulalization techniques to understand the insight of the data. Machine learning often required to getting the understanding of the data and its insights. This project aims apply various Python tools to get a visual understanding of the data and clean it to make it ready to apply machine learning opertation on it.

Installation

This is a Jupyter notebook. Package requirements are included in requirement.txt. This project uses Python 3.5. Run the following command in terminal to install the required packages. pip3 install -r requirements.txt

Usage

The notebook includes all the markdowns which explain the process.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature