Skip to content

Releases: bblodfon/usefun

Version 0.4.6

29 May 09:50
Compare
Choose a tag to compare

usefun 0.4.6

  • Add tests for the plot and save functions. Total coverage is now 100%. Yay!
  • Removed obsolete function plot_string_to_file

Version 0.4.5

23 Apr 21:37
Compare
Choose a tag to compare

usefun 0.4.5

  • add parameter direction to function get_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

18 Apr 14:08
Compare
Choose a tag to compare

usefun 0.4.4

  • add function get_roc_stats for calculating ROC statistics + tests

Version 0.4.3

05 Feb 09:56
Compare
Choose a tag to compare

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 a data.frame
  • Fixed test based on round() method changes