numpy 연산 (1) 썸네일형 리스트형 TypeError: ufunc 'multiply' did not contain a loop with signature matching types dtype('S32') TypeError: ufunc 'multiply' did not contain a loop with signature matching types dtype('S32') 처음 이 에러를 보게 된것은"머신러닝 인 액션" 이라는 책의 예제코드를 테스트하다가 였다. numpy의 array를 생성한 후 연산할 경우 위와 같은 에러가 발생할 수 있다. 또는 Traceback (most recent call last): File "", line 1, in TypeError: ufunc 'multiply' did not contain a loop with signature matching types dtype('S32') dtype('S32') dtype('S32') 책의 예제코드를 보자 >>> a = numpy.ar.. 이전 1 다음