Datasets:
Update ReadMe.md
Browse files
ReadMe.md
CHANGED
|
@@ -44,7 +44,7 @@ I decided to handle these outliers by capping them. Replacing extreme, unrealist
|
|
| 44 |
Once the data was clean, I moved to the visualization stage to tell the story of the data.
|
| 45 |
|
| 46 |
### Target and Demographics
|
| 47 |
-
I
|
| 48 |
|
| 49 |

|
| 50 |
|
|
@@ -53,10 +53,21 @@ When I analyzed the **Age Distribution**, the graph appeared to end around age 6
|
|
| 53 |

|
| 54 |
|
| 55 |
### Financial Insights
|
| 56 |
-
For **Annual Income**, I
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |

|
| 59 |
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
## Phase 3: Research Question & Findings
|
|
|
|
| 44 |
Once the data was clean, I moved to the visualization stage to tell the story of the data.
|
| 45 |
|
| 46 |
### Target and Demographics
|
| 47 |
+
I started my visualization process by looking at the distribution of the **Credit Score**, which is my target variable. This chart shows me exactly how many people fall into each category, such as "Good", "Standard", or "Poor". It is very important for me to understand this balance now, because this is the specific value I want to predict later in the project.
|
| 48 |
|
| 49 |

|
| 50 |
|
|
|
|
| 53 |

|
| 54 |
|
| 55 |
### Financial Insights
|
| 56 |
+
For the **Annual Income** graph, I decided to filter the view to only show people earning under 250,000. I did this so I could actually see the shape and distribution of the data. If I hadn't filtered the chart, the few extremely rich people with millions in income would have forced the rest of the data into one tiny and unreadable line.Making it impossible for me to see any patterns.
|
| 57 |
+
|
| 58 |
+

|
| 59 |
+
|
| 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.
|
| 67 |
|
| 68 |

|
| 69 |
|
| 70 |
+
|
| 71 |
---
|
| 72 |
|
| 73 |
## Phase 3: Research Question & Findings
|