v0.0.3
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 theload_data
function to allow users to specify whether they want to include adversarial attacks in the downloaded dataframe or not