Datasets:
Update ReadMe.md
Browse files
ReadMe.md
CHANGED
|
@@ -60,7 +60,7 @@ For the **Annual Income** graph, I decided to filter the view to only show peopl
|
|
| 60 |
### Intrest Rate vs Credit score
|
| 61 |
I created a Boxplot to compare Interest Rates against Credit Scores, and I found a very interesting result. I can clearly see that people with a "Poor" credit score pay much higher interest rates compared to those with a "Good" score. This confirms a strong relationship between these two variables, and it helps me understand one of the main factors that drives a person's credit rating.
|
| 62 |
|
| 63 |
-

|
| 64 |
|
| 65 |
### Heatmap (data correlation)
|
| 66 |
I generated this heatmap to visualize the correlations between all the numeric features in my data. The colors help me spot patterns instantly. For example, red squares indicate a strong positive relationship, while blue squares show a negative one. This tool is essential for me because it highlights which variables, like interest rates or number of loans, have the most significant impact on each other.
|
|
|
|
| 81 |
### 2. The Delay Threshold
|
| 82 |
Using a Boxplot, I discovered a clear tipping point: customers with a "Good" rating rarely have more than 8-10 delayed payments. Once a customer crosses 15-17 delays, they almost certainly fall into the "Poor" category.
|
| 83 |
|
| 84 |
+

|
| 85 |
|
| 86 |
### 3. The Debt Burden
|
| 87 |
I compared **Outstanding Debt** against the **Overall Average (1426.22)**. The blue "Good" curve is peaked far to the left of the average line, while the green "Poor" curve is shifted heavily to the right. This is the "Debt Trap" in visual form.
|