Changes in version 0.5.2 (2024-09-14) - Add powerset_icounts() function. Changes in version 0.5.1 - Add pr.boot() for adding bootstrap CIs to a PR curve Changes in version 0.5.0 (2023-09-17) - Add pr.test() to compare two PR curves Changes in version 0.4.9 (2023-08-30) - Fix CRAN notes Changes in version 0.4.8 (2020-12-16) - add function dec_to_bin for converting decimal numbers to binary - add function partial_permut to get partial random permutations of a vector Changes in version 0.4.7 (2020-06-10) - Removed grDevices import since it's not used anymore Changes in version 0.4.6 (2020-05-29) - Add tests for the plot and save functions. Total coverage is now 100%. Yay! - Removed obsolete function plot_string_to_file Changes in version 0.4.5 (2020-04-22) - 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 Changes in version 0.4.4 (2020-04-17) - add function get_roc_stats for calculating ROC statistics + tests Changes in version 0.4.3 (2020-01-30) - 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 Changes in version 0.4.2 - Added better documentation for the pretty_print* functions Changes in version 0.4.1 (2019-10-11) - Improved get_percentage_of_matches handling of NA and NaN values Changes in version 0.4.0 - Added function ldf_arrange_by_rownames to rearrange a list of data frames Changes in version 0.3.5 - refined test for add_row_to_ternary_df: it can be used also for 'binary' data.frame objects (filling in only 1 and 0's) Changes in version 0.3.4 - added new add_row_to_ternary_df function Changes in version 0.3.3 - simplified is_empty function - renamed normalize_vector function to normalize_to_range - added new get_ternary_class_id function Changes in version 0.3.0 - Changed name of the package - Common naming scheme for all functions: use snake_case Changes in version 0.2.0 - Finished writing all tests - Completed documentation on all functions - Added a NEWS.md file to track changes to the package - First stable version