반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

numpy.score 본문

[IT]/python.numpy

numpy.score

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

'[IT] > python.numpy' 카테고리의 다른 글

np.moveaxis  (0) 2020.05.13
numpy.corrcoef  (0) 2020.04.27
numpy.where.3단 논법  (0) 2020.04.23
numpy.브로드캐스팅  (0) 2020.03.30
numpy.무한대 처리  (0) 2020.03.30
numpy.스칼라 연산  (0) 2020.03.30
numpy.file open  (0) 2020.03.27
numpy.reshape(차원 변경)  (0) 2020.03.26
Comments