Update README.md
Browse files
README.md
CHANGED
|
@@ -74,9 +74,9 @@ The model demonstrates high precision in predicting the severity score $S$, whic
|
|
| 74 |
|
| 75 |
| Metric | Value | Interpretation |
|
| 76 |
| :--- | :--- | :--- |
|
| 77 |
-
| **RMSE** | 0.
|
| 78 |
-
| **MAE** | 0.
|
| 79 |
-
| **R² Score** | 0.
|
| 80 |
|
| 81 |
### Feature Importance (Gain)
|
| 82 |
The following ranking describes how much each feature contributes to the XGBoost tree construction:
|
|
|
|
| 74 |
|
| 75 |
| Metric | Value | Interpretation |
|
| 76 |
| :--- | :--- | :--- |
|
| 77 |
+
| **RMSE** | 0.0156 | Low average error |
|
| 78 |
+
| **MAE** | 0.0112 | High predictive accuracy |
|
| 79 |
+
| **R² Score** | 0.9418 | 94% of variance explained by features |
|
| 80 |
|
| 81 |
### Feature Importance (Gain)
|
| 82 |
The following ranking describes how much each feature contributes to the XGBoost tree construction:
|