Datasets:
File size: 572 Bytes
eb390eb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"mode": "adaptation",
"adapt_year": "2021",
"jsonl_root": "/data/mcndroid/jsonl_gml_reports",
"year_dir": "/data/mcndroid/jsonl_gml_reports/2021",
"initializer_dir": "processed_data/init_2013/2013",
"total_apks": 53434,
"train_apks": 42748,
"test_apks": 10686,
"vocab_size": 2787,
"test_size": 0.2,
"seed": 42,
"split": true,
"split_source": "../splits/2021_split.json",
"numeric_features": [
"num_nodes",
"num_edges",
"num_sensitive_apis",
"num_sensitive_edges",
"ratio_sensitive_nodes",
"ratio_sensitive_edges"
]
} |