Datasets:
File size: 1,183 Bytes
dfb5783 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | {
"seed": 42,
"min_samples_per_scenario": 200,
"scenario_counts": {
"lonelyplanet.com": 2176,
"coursera.org": 1971,
"ebay.com": 1664,
"cnn.com": 1525,
"bbc.com": 1508,
"apple.com": 1404,
"airbnb.com": 1230,
"intel.com": 1174,
"aljazeera.com": 1043,
"espn.com": 1030,
"amd.com": 961,
"gizmodo.com": 923,
"techcrunch.com": 861,
"booking.com": 818,
"store.steampowered.com": 741,
"sportingnews.com": 692,
"aliexpress.com": 648,
"nvidia.com": 603,
"expedia.com": 446,
"hotels.com": 283,
"costco.com": 283,
"ted.com": 4
},
"train_scenarios": [
"airbnb.com",
"aliexpress.com",
"aljazeera.com",
"amd.com",
"booking.com",
"cnn.com",
"costco.com",
"coursera.org",
"ebay.com",
"expedia.com",
"gizmodo.com",
"intel.com",
"lonelyplanet.com",
"nvidia.com",
"sportingnews.com",
"techcrunch.com",
"ted.com"
],
"val_scenarios": [
"apple.com",
"hotels.com"
],
"test_scenarios": [
"bbc.com",
"espn.com",
"store.steampowered.com"
],
"n_rows": {
"train": 17022,
"val": 1687,
"test": 3279
}
} |