Datasets:
initial commit
Browse files
README.md
CHANGED
@@ -199,12 +199,14 @@ Representative subsamples are provided for quick experiments:
|
|
199 |
|`ur0.1`|1,000,000|18,701,510|4,066,457,259|0.0217%|
|
200 |
|`ur0.01`|100,000|12,467,302|407,854,360|0.0327%|
|
201 |
|`ur0.01_ir0.01`|90,178|125,018|4,044,900|0.0359%|
|
|
|
202 |
|`ur0.01_ip0.01`|99,893|196,277|191,625,941|0.9774%|
|
203 |
|`up0.01_ip0.01`|100,000|196,277|1,417,906,344|7.2240%|
|
204 |
|`up0.001_ip0.001`|10,000|19,628|47,976,280|24.4428%|
|
205 |
|`up-0.9_ip-0.9`|8,939,432|17,654,817|2,861,937,212|0.0018%|
|
206 |
|
207 |
|
|
|
208 |
- `urX` — X fraction of **r**andom **u**sers (e.g., `ur0.01` = 1% of users).
|
209 |
- `ipX` — X fraction of **p**opular **i**tems (by `train_interactions_rank`)
|
210 |
- Negative X denotes the least-popular fraction (e.g., `−0.9` → bottom 90%).
|
|
|
199 |
|`ur0.1`|1,000,000|18,701,510|4,066,457,259|0.0217%|
|
200 |
|`ur0.01`|100,000|12,467,302|407,854,360|0.0327%|
|
201 |
|`ur0.01_ir0.01`|90,178|125,018|4,044,900|0.0359%|
|
202 |
+
|`up0.01_ir0.01`|100000|171106|38,404,921|0.2245%|
|
203 |
|`ur0.01_ip0.01`|99,893|196,277|191,625,941|0.9774%|
|
204 |
|`up0.01_ip0.01`|100,000|196,277|1,417,906,344|7.2240%|
|
205 |
|`up0.001_ip0.001`|10,000|19,628|47,976,280|24.4428%|
|
206 |
|`up-0.9_ip-0.9`|8,939,432|17,654,817|2,861,937,212|0.0018%|
|
207 |
|
208 |
|
209 |
+
|
210 |
- `urX` — X fraction of **r**andom **u**sers (e.g., `ur0.01` = 1% of users).
|
211 |
- `ipX` — X fraction of **p**opular **i**tems (by `train_interactions_rank`)
|
212 |
- Negative X denotes the least-popular fraction (e.g., `−0.9` → bottom 90%).
|