Skip to content

Commit

Permalink
rename rename slips_threshold_getter.py to slips_metrics_getter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Mar 20, 2024
1 parent 49208ad commit b007378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ and the correct max accumulated scores of slips are in scripts/extracted_levels.

* to print the metrics to cli
```
python3 -m scripts.slips_threshold_getter
python3 -m scripts.slips_metrics_getter
```

* to plot the metrics
```
python3 -m scripts.slips_threshold_getter -p
python3 -m scripts.slips_metrics_getter -p
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
calculates the TP TN FP FN for each threshold in the range 0..150
this script tries all thresholds on all expirements on all tws
Usage: python3 scripts/slips_threshold_getter.py
Usage: python3 scripts/slips_metrics_getter.py
"""

Expand Down

0 comments on commit b007378

Please sign in to comment.