What is the easiest way to obtain the confusion matrix from python CRFSuite?

后端 未结 0 1578
感情败类
感情败类 2020-12-10 02:19

I am trying to obtain the confusion matrix from python CRFsuite. This my code:

from sklearn.metrics import confusion_matrix
confusion_matrix(y_val, pred_val,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题