Skip to content

Commit

Permalink
updated eval_recall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Montout committed Jul 5, 2024
1 parent 9ea52c9 commit f56bee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def eval_recall(
df["optimal_threshold"] = [optimal_threshold]
df["optimal_sensitivity"] = [optimal_sensitivity]
df["optimal_specificity"] = [optimal_specificity]
filepath = input_folder.parent / "recall_data.csv"
filepath = input_folder.parent / f"{i}_recall_data.csv"
print(filepath)
df.to_csv(filepath, index=False)
optimal_sensitivity_list.append(optimal_sensitivity)
Expand Down

0 comments on commit f56bee9

Please sign in to comment.