Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Cleaned CICIDS2017 Dataset
|
2 |
|
3 |
This dataset is a cleaned and preprocessed version of the [CICIDS2017 dataset](https://www.unb.ca/cic/datasets/ids-2017.html) created by the Canadian Institute for Cybersecurity, University of New Brunswick.
|
@@ -28,4 +41,4 @@ If you use this dataset, please cite the original authors:
|
|
28 |
archivePrefix={arXiv},
|
29 |
primaryClass={cs.CR}
|
30 |
}
|
31 |
-
```
|
|
|
1 |
+
---
|
2 |
+
dataset: "cleaned-cicids2017"
|
3 |
+
language: "en"
|
4 |
+
license: "other"
|
5 |
+
tags:
|
6 |
+
- cybersecurity
|
7 |
+
- intrusion-detection
|
8 |
+
- cicids2017
|
9 |
+
pretty_name: "Cleaned CICIDS2017 Dataset"
|
10 |
+
source_datasets:
|
11 |
+
- "cicids2017"
|
12 |
+
---
|
13 |
+
|
14 |
# Cleaned CICIDS2017 Dataset
|
15 |
|
16 |
This dataset is a cleaned and preprocessed version of the [CICIDS2017 dataset](https://www.unb.ca/cic/datasets/ids-2017.html) created by the Canadian Institute for Cybersecurity, University of New Brunswick.
|
|
|
41 |
archivePrefix={arXiv},
|
42 |
primaryClass={cs.CR}
|
43 |
}
|
44 |
+
```
|