Skip to content

v0.0.3

Compare
Choose a tag to compare
@liamdugan liamdugan released this 04 Jun 20:42
· 109 commits to main since this release

This release includes an important bug fix for both run_evaluation and evaluate_cli.py as well as a few feature improvements.

  • Fix: evaluate.py Fixed target fpr threshold calculation being done on adversarially attacked human data
  • Fix: Lowered the pypi packages min version for numpy to 1.24.x as 1.25.x doesn't support python 3.8
  • Feature: Added argument include_adversarial to the load_data function to allow users to specify whether they want to include adversarial attacks in the downloaded dataframe or not