请问这样的形式如何去计算马修斯相关系数(MCC)呢?我用的
from sklearn.metrics import matthews_corrcoef matthews_corrcoef(y_test, y_pred) print(matthews_corrcoef)
显示的是<function matthews_corrcoef at 0x0000018EADEB0B80>不知道哪里错误
这个函数内部调用出现了错误,跟踪调试下。