본문 바로가기
카테고리 없음

파이썬 시계열 모듈 추가

by fabxoe 2021. 8. 5.
pip install pystan
pip install plotly
pip install prophet


(에러시)
conda install -c conda-forge conda
conda install -c conda-forge prophet
pip install --upgrade plotly

 

fbprophet -> prophet 으로 도구의 명칭이 공식적으로 변경되었다.

파이썬에서 
from prophet import Prophet

시 에러가 나지않게됨.

댓글