issues
search
JDACS4C-IMPROVE
/
IMPROVE
Libraries and scripts for basic IMPROVE functionalities
MIT License
1
stars
3
forks
source link
major update to store_predictions_df() in utils.py
#133
Closed
adpartin
closed
1 month ago
adpartin
commented
1 month ago
Added input arg input_dir that should contain ydf. This arg is optional in case ydf is not available.
y_true is now optional allowing to save predictions only, w/o ground truth values (y_true is not always available).
Improved assertion errors.