Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
mahmud0x commited on
Commit
64339bb
·
unverified ·
1 Parent(s): 4dbee42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -9
README.md CHANGED
@@ -3,14 +3,43 @@ license: mit
3
  size_categories:
4
  - 1M<n<10M
5
  tags:
6
- - android
7
- - malware
8
- - cybersecurity
9
- - concept-drift
10
- - longitudinal
11
- - security
12
- - classification
13
- - benchmark
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # LAMDA: A Longitudinal Android Malware Dataset for Drift Analysis
@@ -141,4 +170,4 @@ No PII or private user data is included. APKs are anonymized binaries.
141
  author = {Kamol, Mahmuduzzaman and others},
142
  year = {2025},
143
  url = {https://huggingface.co/datasets/IQSeC-Lab/LAMDA}
144
- }
 
3
  size_categories:
4
  - 1M<n<10M
5
  tags:
6
+ - android
7
+ - malware
8
+ - cybersecurity
9
+ - concept-drift
10
+ - longitudinal
11
+ - security
12
+ - classification
13
+ - benchmark
14
+ configs:
15
+ - config_name: Baseline
16
+ data_files:
17
+ - split: train
18
+ path: Baseline/*/*_train.parquet
19
+ - split: test
20
+ path: Baseline/*/*_test.parquet
21
+ description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
22
+ - config_name: var_thresh_0.0001
23
+ data_files:
24
+ - split: train
25
+ path: var_thresh_0.0001/*/*_train.parquet
26
+ - split: test
27
+ path: var_thresh_0.0001/*/*_test.parquet
28
+ description: >-
29
+ Less aggressive feature filtering with VarianceThreshold=0.0001 (more
30
+ features retained).
31
+ - config_name: var_thresh_0.01
32
+ data_files:
33
+ - split: train
34
+ path: var_thresh_0.01/*/*_train.parquet
35
+ - split: test
36
+ path: var_thresh_0.01/*/*_test.parquet
37
+ description: >-
38
+ More aggressive feature selection using VarianceThreshold=0.01 (fewer
39
+ features retained).
40
+ language:
41
+ - en
42
+ pretty_name: LAMDA
43
  ---
44
 
45
  # LAMDA: A Longitudinal Android Malware Dataset for Drift Analysis
 
170
  author = {Kamol, Mahmuduzzaman and others},
171
  year = {2025},
172
  url = {https://huggingface.co/datasets/IQSeC-Lab/LAMDA}
173
+ }