jiandanjinxin
Results
1
issues of
jiandanjinxin
Dear everyone, I found the roc_auc_score function in https://github.com/tflearn/tflearn/blob/master/tflearn/objectives.py. Now I want to write this function by keras. But failed. The following is the code: ``` def roc_auc_score(y_pred, y_true): """...