-
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #703 from Sgvkamalakar/main
Term Deposit Predcition
- Loading branch information
Showing
21 changed files
with
777,766 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.