Datasets:
File size: 527 Bytes
bfbc011 f3bec73 0c88604 bbe2c60 f3bec73 565a41a ec62ee2 3307e35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
task_categories:
- text-classification
pretty_name: EMBER
size_categories:
- 1M<n<10M
tags:
- malware
- virus
---
# EMBER 2018 Malware Analysis Dataset<br>
This dataset contains 1 million records of metadata and vectorized features for malware and benign software.<br>
Visit https://github.com/elastic/ember for more information on the dataset.<br>
## Usage <br>
dataset = load_dataset("cw1521/ember2018-malware", field="data")
<br><br>
input - vectorized features as a string <br>
label - (0 for benign and 1 for malware) |