Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- text-classification
|
|
|
1 |
+
## Model Performance
|
2 |
+
|
3 |
+
### Classification Report
|
4 |
+
|
5 |
+
| Class | Precision | Recall | F1-Score | Support |
|
6 |
+
|-----------|-----------|--------|----------|---------|
|
7 |
+
| Negative | 0.90 | 0.89 | 0.90 | 14692 |
|
8 |
+
| Neutral | 0.90 | 0.88 | 0.89 | 16970 |
|
9 |
+
| Positive | 0.89 | 0.92 | 0.90 | 16861 |
|
10 |
+
|
11 |
+
- **Accuracy**: 90%
|
12 |
+
- **Macro Avg Precision**: 0.90
|
13 |
+
- **Macro Avg Recall**: 0.90
|
14 |
+
- **Macro Avg F1-Score**: 0.90
|
15 |
+
|
16 |
+
### Summary
|
17 |
+
|
18 |
+
This model achieves a balanced performance across all sentiment classes, with high precision and recall, especially in the positive and negative classes.
|
19 |
+
|
20 |
+
|
21 |
---
|
22 |
tags:
|
23 |
- text-classification
|