[Python] np.max axis 와 keepdims
2021. 7. 31. 14:36ㆍ업무 스킬/Python(파이썬)
728x90
axis = 0 : column의 max
axis = 1 : row의 max
keepdims = True : 원본 차원 유지 여부
728x90
'업무 스킬 > Python(파이썬)' 카테고리의 다른 글
[윈도우10] CUDA, cuDNN 설치 방법_1 (0) | 2021.09.23 |
---|---|
[Pandas] group별 Sequence 표현하는 열 생성하기 (0) | 2021.09.08 |
[PyTorch] model 에서 NotImplementedError 해결 (0) | 2021.07.23 |
[Anaconda] 32BIT 가상 환경 설정 및 python 3.7 설치 (0) | 2021.07.10 |
[Python] collections.defaultdict 를 활용한, 특정 글자 수 Count (0) | 2021.07.07 |