Skip to content

Commit

Permalink
Merge pull request #703 from Sgvkamalakar/main
Browse files Browse the repository at this point in the history
Term Deposit Predcition
  • Loading branch information
abhisheks008 authored Jul 12, 2024
2 parents e5e7aec + 6ee2967 commit e998399
Show file tree
Hide file tree
Showing 21 changed files with 777,766 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Term Deposit Prediction/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The dataset used in this project is related to a bank marketing campaign, containing various client attributes and the outcome of the marketing campaign.

You can download the dataset from the following sources:

- Kaggle Dataset: [Bank Marketing Dataset](https://www.kaggle.com/datasets/henriqueyamahata/bank-marketing/data)
- Direct Download: `dataset.csv`
41,189 changes: 41,189 additions & 0 deletions Term Deposit Prediction/Dataset/dataset.csv

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions Term Deposit Prediction/Images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
1. **Age Distribution**:
- Most clients are in the age range of 30-40 years.
- Age distribution is visualized using a pie chart.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/2c7fae04-f030-4e9c-b3e3-e621390a6d2d)


2. **Job Distribution**:
- The most common job types are blue-collar, management, and technician.
- Job distribution is visualized using a bar chart.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/b0d6a595-40c0-46f5-9b2f-3b2ac2728097)


3. **Education Level**:
- Most clients have a university degree, followed by high school education.
- Education distribution is visualized using a bar chart.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/11d9f16c-7233-4e3d-b7d4-21e387123f92)


4. **Loan Status**:
- Majority of clients do not have personal loans, housing loans, or defaults.
- Loan status distribution is visualized using a pie chart.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/a14127e0-d8fc-4b78-a9ad-9d573d0ef489)


5. **Marital Status**:
- Most clients are married, followed by single and divorced.
- Marital status distribution is visualized using a pie chart.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/2de201d4-a4d4-4d4a-8b39-587068057977)


6. **Contact Type**:
- The preferred contact type is cellular.
- Contact type distribution is visualized using a histogram.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/e6de612d-8229-4aef-93f3-2abcd6ce78a7)


7. **Call Duration**:
- Total call duration peaks in certain months and days of the week.
- Call duration by month and day is visualized using line charts.


<div align='center'>
<img src='https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/720037be-9dec-412c-9fd2-657298bac6c9' width=600/>
<img src='https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/82dea548-9d84-479f-9791-f713fcb718a2' width=600/>
</div>

8. **Correlation Analysis**:
- Heatmap reveals the correlation between numerical features.

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/2b5505c4-b4c4-4a43-bfe0-87065db6f15a)


9. **Models Performance Comparision**:

![image](https://github.com/Sgvkamalakar/Sgvkamalakar/assets/103712713/8ecf69f4-e2da-4ead-8683-0ce3c14ad324)
Binary file added Term Deposit Prediction/Images/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Term Deposit Prediction/Images/img9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e998399

Please sign in to comment.