728x90
반응형
Prophet을 실행하다가 갑자기 아래와 같은 에러가 등장했다.
TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''해결
numpy와 matplotlib의 버전이 호환이 잘 안되는 경우 발생하는 문제로 확인된다.
따라서 두 패키지를 업데이트 하면 잘 실행이 된다.
pip install numpy --upgrade
pip install matplotlib --upgrade 728x90
반응형
'# Time Series > # Prophet' 카테고리의 다른 글
| [Prophet] Found NaN in column 'name' 에러 (0) | 2023.01.18 |
|---|---|
| [Prophet] Regressor 'name' missing from dataframe 에러 - add_regressor 함수 (0) | 2023.01.18 |
| [Time Series] Neural Prophet 정리 (0) | 2023.01.18 |
| [Time Series] Prophet 정리 (0) | 2023.01.18 |