Jeeva Ganesan

Results 4 comments of Jeeva Ganesan

How can we adapt this to multi label problem? I am trying to get F1 score and ROC_AUC score for each label. I get this error "ValueError: Classification metrics can't...

Thank you. What is eval_accuracy_thresh? How do I interpret that value? And is there a way to build classification matrix? Or find out TP,FP,TN,FN values?

Hi. Is it possible to print AUC score for each class label?

> Running on OS X 10.14 w/Python3.7. I encountered the same above errors, but was able to get past them by upgrading cython: > > ``` > pip3 install -U...