Skip to content

Commit

Permalink
Removing references to final score
Browse files Browse the repository at this point in the history
  • Loading branch information
yolaj-nhs committed Feb 21, 2024
1 parent fa6c4d6 commit 79e1d08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions aisdc/attacks/attack_report_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def process_dict(self):

output = {}

msg = "Final score (scale of 0-5, where 0 is least disclosive and 5 is recommend rejection)"
output[msg] = summarised_score
# msg = "Final score (scale of 0-5, where 0 is least disclosive and 5 is recommend rejection)"
# output[msg] = summarised_score

return output

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ min_samples_leaf: 10
n_estimators: 100

ATTACK JSON RESULTS
Final score (scale of 0-5, where 0 is least disclosive and 5 is recommend rejection)
4


Immediate rejection recommended for the following reason:
None
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79e1d08

Please sign in to comment.