datset card testing v1
Browse files
README.md
CHANGED
@@ -2,9 +2,18 @@
|
|
2 |
license: mit
|
3 |
size_categories:
|
4 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
This dataset contains a longitudinal benchmark for Android malware detection designed to analyze and evaluate concept drift in machine learning models. It includes labeled and feature-engineered Android APK data from 2013 to 2025 (excluding 2015), with over 1 million samples collected from real-world sources.
|
10 |
|
|
|
2 |
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
|
17 |
|
18 |
This dataset contains a longitudinal benchmark for Android malware detection designed to analyze and evaluate concept drift in machine learning models. It includes labeled and feature-engineered Android APK data from 2013 to 2025 (excluding 2015), with over 1 million samples collected from real-world sources.
|
19 |
|