From b007378dfe7e48c56c48ba78ea604deb38a14842 Mon Sep 17 00:00:00 2001 From: alya Date: Wed, 20 Mar 2024 21:37:45 +0200 Subject: [PATCH] rename rename slips_threshold_getter.py to slips_metrics_getter.py --- README.md | 4 ++-- .../{slips_threshold_getter.py => slips_metrics_getter.py} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename scripts/{slips_threshold_getter.py => slips_metrics_getter.py} (99%) diff --git a/README.md b/README.md index 37415bf..baff526 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/scripts/slips_threshold_getter.py b/scripts/slips_metrics_getter.py similarity index 99% rename from scripts/slips_threshold_getter.py rename to scripts/slips_metrics_getter.py index e1298a9..9f37e26 100644 --- a/scripts/slips_threshold_getter.py +++ b/scripts/slips_metrics_getter.py @@ -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 """