English
Recommendation
Jmilagres commited on
Commit
89f42a0
1 Parent(s): 24a558c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -218,6 +218,20 @@ This approach achieved adequate accuracy scores, above 82% in all implementation
218
  ## Config
219
  ## Tokenizer
220
  ## Benchmarks
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  ### BibTeX entry and citation info
222
  ```bibtex
223
  @conference{webist22,
 
218
  ## Config
219
  ## Tokenizer
220
  ## Benchmarks
221
+ | ML Model | Accuracy | F1 Score | Precision | Recall |
222
+ |:-------------:|:---------:|:---------:|:---------:|:---------:|
223
+ |NormalPredictor| 0.8269 | 0.8545 | 0.8392 | 0.8712 |
224
+ |BaselineOnly | 0.7115 | 0.7794 | 0.7255 | 0.8485 |
225
+ |KNNBasic | 0.8654 | 0.9083 | 0.8486 | 0.9773 |
226
+ |KNNWithMeans | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
227
+ |KNNWithZScore | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
228
+ |KNNBaseline | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
229
+ |SVD | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
230
+ |SVDpp | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
231
+ |NMF | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
232
+ |SlopeOne | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
233
+ |CoClustering | 0.8846 | 0.9139 | 0.9056 | 0.9318 |
234
+
235
  ### BibTeX entry and citation info
236
  ```bibtex
237
  @conference{webist22,