Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -295,31 +295,23 @@ correltions. This indicates that biological markers remain the dominant predicto
|
|
| 295 |
|
| 296 |

|
| 297 |
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
|
|
|
|
| 301 |
|
| 302 |
---
|
| 303 |
|
| 304 |
-
## **9️⃣
|
| 305 |
-
|
| 306 |
-
### Insight
|
| 307 |
-
- Spearman helps detect **non-linear monotonic relationships**.
|
| 308 |
-
- Age, glucose, HbA1c all remain strong positive correlates.
|
| 309 |
-
- Confirms the **robustness** of findings from Pearson.
|
| 310 |
-
|
| 311 |
-
📈 *(Insert Spearman ranking plot)*
|
| 312 |
-
|
| 313 |
-
---
|
| 314 |
-
|
| 315 |
-
## **🔟 What is the class balance between diagnosed and non-diagnosed participants?**
|
| 316 |
|
| 317 |
### Insight
|
| 318 |
- 60% diagnosed vs. 40% not diagnosed.
|
| 319 |
- This is **not representative of the real population**, but OK for analysis.
|
| 320 |
- Important note: in modeling, **accuracy alone would be misleading**.
|
| 321 |
|
| 322 |
-
|
|
|
|
|
|
|
| 323 |
|
| 324 |
---
|
| 325 |
|
|
|
|
| 295 |
|
| 296 |

|
| 297 |
|
| 298 |
+
This heatmap uses spearman correlation, which help detact not-liner monotonic relationships between features and diabetes diagnosis. The results reinforce earlier findings:
|
| 299 |
+
-HbA1c and fasting glucose remain the strongest predictors.
|
| 300 |
+
-Age and family history of diabetes shows meaningful positive correlations.
|
| 301 |
+
lifestyle varibales display only weak monotonic relationships.
|
| 302 |
|
| 303 |
---
|
| 304 |
|
| 305 |
+
## **9️⃣ What is the class balance between diagnosed and non-diagnosed participants?**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 306 |
|
| 307 |
### Insight
|
| 308 |
- 60% diagnosed vs. 40% not diagnosed.
|
| 309 |
- This is **not representative of the real population**, but OK for analysis.
|
| 310 |
- Important note: in modeling, **accuracy alone would be misleading**.
|
| 311 |
|
| 312 |
+
### **1. Class Balance- Diabetes vs Non-diabetes**
|
| 313 |
+
|
| 314 |
+

|
| 315 |
|
| 316 |
---
|
| 317 |
|