반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- inorder
- pycharm
- html
- broscoding
- classification
- 재귀함수
- discrete_scatter
- 자료구조
- web 사진
- KNeighborsClassifier
- vscode
- 결합전문기관
- CES 2O21 참여
- web 개발
- mglearn
- Keras
- CES 2O21 참가
- java역사
- web
- postorder
- 머신러닝
- cudnn
- bccard
- web 용어
- tensorflow
- 대이터
- paragraph
- 데이터전문기관
- C언어
- 웹 용어
Archives
- Today
- Total
bro's coding
numpy.score 본문
반응형
# 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