Get classification metrics for evaluation object
get_ml_metrics_obj.Rd
This function extracts the classification metrics. It takes as input (evaldata_params
)
and an optional risk level for the alpha risk (alpha_risk
).
It retrieves the p-values from the identity term and computes the binary classification
result by thresholding with the alpha risk level. It then computes the classification metrics
using compute_metrics_summary
function separately for each parameter value as well as
for the aggregated results.