diff --git a/Term Deposit Prediction/Images/README.md b/Term Deposit Prediction/Images/README.md new file mode 100644 index 000000000..9258b4111 --- /dev/null +++ b/Term Deposit Prediction/Images/README.md @@ -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. + + +