I\'m using this custom loss function for ccc
ccc
def ccc(y_true, y_pred): ccc = ((ccc_v(y_true, y_pred) + ccc_a(y_true, y_pred)) / 2) return 1 - ccc