[IT]/python.numpy

numpy.score

givemebro 2020. 5. 12. 10:21
반응형
# score
(np.argmax(pred_y,axis=1)==iris.target).mean()
반응형