alitourani commited on
Commit
2e42274
·
1 Parent(s): 75d61c6

[fix] - correct meta-data

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -46,11 +46,14 @@ In order to use, exploit, and generate this dataset, a framework titled `MoViFex
46
 
47
  ### Hybrid (combined with **MovieLens 25M** ([link](https://grouplens.org/datasets/movielens/25m/)))
48
 
49
- | Aspect | Value |
50
- | --------------------------------- | --------- |
51
- | **Average movie ratings:** | 3.88/5 |
52
- | **Total number of users:** | 158,146 |
53
- | **Total number of interactions:** | 2,869,024 |
 
 
 
54
 
55
  ### Required Capacity
56
 
 
46
 
47
  ### Hybrid (combined with **MovieLens 25M** ([link](https://grouplens.org/datasets/movielens/25m/)))
48
 
49
+ | Aspect | Value |
50
+ | ------------------------------- | --------- |
51
+ | **Average movie ratings:** | 3.88/5 |
52
+ | **Total users (\|U\|):** | 32,738 |
53
+ | **Total items (\|I\|):** | 116.26 |
54
+ | **Total interactions (\|R\|):** | 3,806,179 |
55
+ | **\|R\| / \|I\|:** | 507.90 |
56
+ | **Sparsity:** | 98.45% |
57
 
58
  ### Required Capacity
59