Releases: bblodfon/usefun
Releases · bblodfon/usefun
Version 0.4.6
Version 0.4.5
usefun 0.4.5
- add parameter
direction
to functionget_roc_stats
to indicate the direction/ranking of the prediction values with respect to the positive class labeling - add most important functions to
README.md
Version 0.4.4
usefun 0.4.4
- add function
get_roc_stats
for calculating ROC statistics + tests
Version 0.4.3
usefun 0.4.3
- Added function
binarize_to_thres
for converting a matrix to a binary one based on a given threshold - Renamed function
get_average_over_unique_values to get_stats_for_unique_values
and changed it's returned object class to adata.frame
- Fixed test based on
round()
method changes