반응형
S&P 500 데이터로 위 미디엄을 따라가다가 생긴 오류
먼저, axis 누락이라길래 axis =1로 부여함
그 다음 오류는
위쪽 다른 코드들 보니까 next_day_open_values 만 차원이 큰 거 같아서 아래처럼 해결함
(이 부분에서 맞는 방식이었는지는 코드 쭉 따라가봐야 알 것 같음)
추가적인 설명은 아래 그림 (236,1,1) -> (236,)
반응형
'관심있는 주제 > Error' 카테고리의 다른 글
TypeError: object of type 'bool' has no len() (0) | 2020.04.08 |
---|---|
ValueError: Error when checking input: expected lstm_input to have 3 dimensions, but got array with shape (212, 6) (0) | 2020.04.02 |
TypeError: 'bool' object is not iterable (0) | 2019.07.26 |
ValueError : Must pass 2-d Input (0) | 2019.07.17 |
TypeError: zip argument #1 must support iteration (0) | 2019.07.10 |