Releases: liamdugan/raid
Releases · liamdugan/raid
v0.1.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
Added new features to evaluate to accommodate varied use of pypi scripts
- Added option to toggle per-domain threshold tuning off/on in
run_evaluation
- Added option to toggle needing to have all predictions for a given dataset split in order to return the score in
run_evaluation
- Fixed threshold search to never return a threshold that corresponds to an FPR of 0.0
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
v0.0.2
Initial Release
Initial release of the RAID repository