Skip to content
Snippets Groups Projects
Commit a601885d authored by Dustin Kern's avatar Dustin Kern
Browse files

Update README.md

parent 4985be95
Branches
No related tags found
No related merge requests found
...@@ -81,7 +81,13 @@ sudo bash run_wattson.sh ...@@ -81,7 +81,13 @@ sudo bash run_wattson.sh
#Install IDS dependencies with: #Install IDS dependencies with:
sudo pip install scikit-learn==1.3.2 sudo pip install scikit-learn==1.3.2
cp -r ./wattson-ev/ids ./wattson/ cp -r ./wattson-ev/ids ./wattson/
```
Running the IDS requires the simulation results, which can be generated as described above.
Alternatively, simulation results can be downloaded from [elaadnl.zip](https://cloud.h-da.de/s/58RQGN5eF4a2HPX) (needs to be extracted by default to wattson-artifacts/).
The location of the simulation results can be configured in ids.conf
```
#Execute full IDS run (training and testing) with: #Execute full IDS run (training and testing) with:
cd wattson/ids cd wattson/ids
bash run_ids.sh bash run_ids.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment