scikit learn output metrics.classification_report into CSV/tab-delimited format

后端 未结 17 2380
青春惊慌失措
青春惊慌失措 2021-01-31 03:08

I\'m doing a multiclass text classification in Scikit-Learn. The dataset is being trained using the Multinomial Naive Bayes classifier having hundreds of labels. Here\'s an extr

17条回答
  •  耶瑟儿~
    2021-01-31 03:58

    Another option is to calculate the underlying data and compose the report on your own. All the statistics you will get by

    precision_recall_fscore_support
    

提交回复
热议问题