Commit ·
961c58a
1
Parent(s): c233dea
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- tabular-classification
|
| 4 |
+
tags:
|
| 5 |
+
- tabular
|
| 6 |
+
- network
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1M<n<10M
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## Source
|
| 12 |
+
https://www.kaggle.com/datasets/dhoogla/unswnb15?resource=download
|
| 13 |
+
|
| 14 |
+
## Dataset
|
| 15 |
+
|
| 16 |
+
This is an academic intrusion detection dataset. All the credit goes to the original authors: dr. Nour Moustafa and dr. Jill Slay.
|
| 17 |
+
|
| 18 |
+
Please cite their original paper and all other appropriate articles listed on the UNSW-NB15 page.
|
| 19 |
+
|
| 20 |
+
The full dataset also offers the pcap, BRO and Argus files along with additional documentation.
|
| 21 |
+
|
| 22 |
+
The modifications to the predesignated train-test sets are minimal and designed to decrease disk storage and increase performance & reliability.
|
| 23 |
+
|
| 24 |
+
Exploratory Data Analysis (EDA) through classification with very simple models to .877 AUROC.
|