Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rijul11 authored Jul 30, 2023
1 parent 9a1182f commit 1348fcd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Credit-Card-Fraud-Detection
# Credit-Card-Fraud-Detection

### Description

This project aims to explore and analyze card transaction data to gain insights into fraud transactions and create predictive models. The project is divided into four main parts:

1. Card Transaction Data Exploration: In this phase, we perform exploratory data analysis (EDA) to understand the dataset's structure, identify patterns, and visualize key insights.

2. Transaction Variable Creation: This step involves creating new variables or features from the existing data that could potentially improve the predictive power of our models.

3. Transaction Feature Selection: Here, we select the most relevant and informative features from the dataset to build our predictive models. This process helps in reducing complexity and improving model performance.

4. Transaction Models: In this final stage, we develop predictive models based on the selected features to predict and recognize future fraudulent transactions. We evaluate the performance of different models and choose the best one for deployment.

### Installation
To run this project, you need to have Python and the required libraries(mentioned in Jupyter Notebook) installed. Clone this repository and execute the script in the order in the description to start exploring and modeling card transaction data.

0 comments on commit 1348fcd

Please sign in to comment.