Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
```py
|
6 |
+
Classification Report:
|
7 |
+
precision recall f1-score support
|
8 |
+
|
9 |
+
Casual 0.8529 0.9716 0.9084 34392
|
10 |
+
Ethnic 0.8365 0.7528 0.7925 3208
|
11 |
+
Formal 0.7246 0.3006 0.4250 2345
|
12 |
+
Home 0.0000 0.0000 0.0000 1
|
13 |
+
Party 0.0000 0.0000 0.0000 29
|
14 |
+
Smart Casual 0.0000 0.0000 0.0000 67
|
15 |
+
Sports 0.7157 0.1848 0.2938 4004
|
16 |
+
Travel 0.0000 0.0000 0.0000 26
|
17 |
+
|
18 |
+
accuracy 0.8458 44072
|
19 |
+
macro avg 0.3912 0.2762 0.3024 44072
|
20 |
+
weighted avg 0.8300 0.8458 0.8159 44072
|
21 |
+
```
|