akridge commited on
Commit
0a8a525
·
verified ·
1 Parent(s): 46ffc17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -73,14 +73,14 @@ The model was evaluated using a withheld test set. The predictions were compared
73
 
74
  📄 Classification Report:
75
 
76
- | |precision |recall|f1-score|support|
77
- |-|-|-|-|-|
78
- |CORAL| 0.86| 0.91| 0.88| 973|
79
- |CORAL_BL| 0.84| 0.75| 0.79| 589|
80
  | | | | | |
81
- |accuracy| | | 0.85| 1562|
82
- |macro avg| 0.85| 0.83| 0.84| 1562|
83
- |weighted avg| 0.85| 0.85| 0.85| 1562|
84
 
85
  ![results](./02_example.png)
86
 
 
73
 
74
  📄 Classification Report:
75
 
76
+ | |precision |recall|f1-score|
77
+ |-|-|-|-|
78
+ |CORAL| 0.86| 0.91| 0.88|
79
+ |CORAL_BL| 0.84| 0.75| 0.79|
80
  | | | | | |
81
+ |accuracy| | | 0.85|
82
+ |macro avg| 0.85| 0.83| 0.84|
83
+ |weighted avg| 0.85| 0.85| 0.85|
84
 
85
  ![results](./02_example.png)
86