English
Recommendation
Jmilagres commited on
Commit
ed0f76a
1 Parent(s): 3d51a0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -252,30 +252,55 @@ evaluator.run('surprise.mse')
252
  ```
253
  The avaliable database are:
254
  0: ml_100k
 
255
  1: ml_1m
 
256
  2: jester
 
257
  3: lda_topics
 
258
  4: lda_rankings
 
259
  5: uniform
 
260
  The avaliable methods are:
 
261
  0: surprise.NormalPredictor
 
262
  1: surprise.BaselineOnly
 
263
  2: surprise.KNNBasic
 
264
  3: surprise.KNNWithMeans
 
265
  4: surprise.KNNWithZScore
 
266
  5: surprise.KNNBaseline
 
267
  6: surprise.SVD
 
268
  7: surprise.SVDpp
 
269
  8: surprise.NMF
 
270
  9: surprise.SlopeOne
 
271
  10: surprise.CoClustering
 
272
  Computing the msd similarity matrix...
 
273
  Done computing similarity matrix.
 
274
  The avaliable evaluators are:
 
275
  0: surprise.rmse
 
276
  1: surprise.mse
 
277
  2: surprise.mae
 
278
  3: surprise.fcp
 
279
  MSE: 0.9146
280
 
281
 
 
252
  ```
253
  The avaliable database are:
254
  0: ml_100k
255
+
256
  1: ml_1m
257
+
258
  2: jester
259
+
260
  3: lda_topics
261
+
262
  4: lda_rankings
263
+
264
  5: uniform
265
+
266
  The avaliable methods are:
267
+
268
  0: surprise.NormalPredictor
269
+
270
  1: surprise.BaselineOnly
271
+
272
  2: surprise.KNNBasic
273
+
274
  3: surprise.KNNWithMeans
275
+
276
  4: surprise.KNNWithZScore
277
+
278
  5: surprise.KNNBaseline
279
+
280
  6: surprise.SVD
281
+
282
  7: surprise.SVDpp
283
+
284
  8: surprise.NMF
285
+
286
  9: surprise.SlopeOne
287
+
288
  10: surprise.CoClustering
289
+
290
  Computing the msd similarity matrix...
291
+
292
  Done computing similarity matrix.
293
+
294
  The avaliable evaluators are:
295
+
296
  0: surprise.rmse
297
+
298
  1: surprise.mse
299
+
300
  2: surprise.mae
301
+
302
  3: surprise.fcp
303
+
304
  MSE: 0.9146
305
 
306