CoolFace
Datasetpublic

cw1521/ember2018-malware

EMBER 2018 Malware Analysis Dataset This dataset contains 1 million records of metadata and vectorized features for malware and benign software. Visit https://github.com/elastic/ember for more information on the dataset. Usage dataset = load_dataset("cw1521/ember2018-malware", field="data") input - vectorized features as a string label - (0 for benign and 1 for malware)

sourceHugging Faceupdated 2y agoView on Hugging Face
10likes1.4kdownloads
README.md19 linesDownload Raw Back to root
1---2task_categories:3- text-classification4pretty_name: EMBER5size_categories:6- 1M<n<10M7tags:8- malware9- virus10---11# EMBER 2018 Malware Analysis Dataset<br>12This dataset contains 1 million records of metadata and vectorized features for malware and benign software.<br>13Visit https://github.com/elastic/ember for more information on the dataset.<br>14 15## Usage <br>16dataset = load_dataset("cw1521/ember2018-malware", field="data")17<br><br>18input - vectorized features as a string <br>19label - (0 for benign and 1 for malware)