This repository contains code for detecting credit card fraud using machine learning techniques.
Credit_Card_Fraud_Detection.ipynb
: Jupyter Notebook containing the code for credit card fraud detection.LICENSE
: License information for the repository.README.md
: This file; provides an overview of the repository.
The Credit_Card_Fraud_Detection.ipynb
notebook includes:
- Data preprocessing steps.
- Feature engineering techniques.
- Application of machine learning models (e.g., logistic regression, random forest) for fraud detection.
- Evaluation metrics used to assess model performance.
To run the notebook:
- Clone the repository:
https://github.com/Shreyaprasad21/Credit-Card-Fraud-Detection.git
- Navigate to the directory:
cd Credit-Card-Fraud-Detection
- Install dependencies if necessary.
- Open and run the
Credit_Card_Fraud_Detection.ipynb
using Jupyter Notebook or JupyterLab.
This project is licensed under the MIT License.