mirror of
https://github.com/ltcptgeneral/IdealRMT-DecisionTrees.git
synced 2025-09-05 23:07:24 +00:00
19 lines
381 B
Markdown
19 lines
381 B
Markdown
# Setup
|
|
|
|
Run `pip install -r requirements.txt`
|
|
|
|
# Tree Generation
|
|
|
|
## Download Dataset
|
|
|
|
Download the *September 22 2016* dataset from: https://iotanalytics.unsw.edu.au/iottraces.html#bib18tmc
|
|
|
|
Rename the file as data.pcap
|
|
|
|
## Preprocessing Dataset
|
|
|
|
Run `ExtractDataset.ipynb`, this will take a few minutes
|
|
|
|
## Training
|
|
|
|
Run `DecisionTree.ipynb`, the tree should be output in `tree` |