IndexError: index 1 is out of bounds for axis 0 with size 1 - NumPy Python

前端 未结 0 1127
萌比男神i
萌比男神i 2021-02-13 18:12
 for (i,j) in zip(Y_test,Y_pred_test):   
        if np.logical_and((Y_test[i]==1),(Y_pred_test[j]==1)):
            TP += 1                           
        elif np.l         


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