print_performance_ordinal {AutoScore} | R Documentation |
Print mean area under the curve (mAUC) and generalised c-index (if requested)
print_performance_ordinal(label, score, n_boot = 100, report_cindex = FALSE)
label |
outcome variable |
score |
predicted score |
n_boot |
Number of bootstrap cycles to compute 95% CI for performance metrics. |
report_cindex |
Whether to report generalized c-index for model evaluation (Default:FALSE for faster evaluation). |
No return value and the ROC performance will be printed out directly.