dennybritz / cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow
Apache License 2.0
5.64k stars 2.77k forks source link

eval.py #169

Open Chen65010445 opened 5 years ago

Chen65010445 commented 5 years ago

What if I want to add a confusion matrix, F1 score and AUC in eval.py what should I do?How can I change the code?