powered by
Creates a heatmap visualization with performance metrics across models and datasets, including category annotations and summary bar plots.
plot_integrated_results(results_obj, metric_name = "AUROC", output_file = NULL)
A ggplot object (invisibly).
Output from int_dia, int_imbalance, or int_pro.
int_dia
int_imbalance
int_pro
Character string for metric used (e.g., "AUROC", "C-index").
Optional file path to save plot. If NULL, plot is displayed.
if (FALSE) { results <- int_dia(train_dia, test_dia) plot_integrated_results(results, "AUROC") }
Run the code above in your browser using DataLab