accuracy(ground_truth, predicted)
|
|
avg_l2(ground_truth_l, predicted_l)
|
|
f1(ground_truth, predicted)
|
|
f1_macro(ground_truth, predicted)
|
|
f1_micro(ground_truth, predicted)
|
|
jacc_sim(ground_truth, predicted)
|
|
l1(ground_truth, predicted)
|
|
l2(ground_truth, predicted)
|
|
mean_se(ground_truth, predicted)
|
|
norm_mut_info(ground_truth, predicted)
|
|
r2(ground_truth, predicted)
|
|
roc_auc(ground_truth, predicted)
|
|
roc_auc_macro(ground_truth, predicted)
|
|
roc_auc_micro(ground_truth, predicted)
|
|