Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,20 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- drveronika/x_fake_profile_detection
|
| 5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- drveronika/x_fake_profile_detection
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
```py
|
| 8 |
+
Classification Report:
|
| 9 |
+
precision recall f1-score support
|
| 10 |
+
|
| 11 |
+
bot 0.9912 0.9960 0.9936 2500
|
| 12 |
+
cyborg 0.9940 0.9880 0.9910 2500
|
| 13 |
+
real 0.8634 0.9936 0.9239 2500
|
| 14 |
+
verified 0.9948 0.8460 0.9144 2500
|
| 15 |
+
|
| 16 |
+
accuracy 0.9559 10000
|
| 17 |
+
macro avg 0.9609 0.9559 0.9557 10000
|
| 18 |
+
weighted avg 0.9609 0.9559 0.9557 10000
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+

|