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
시 에러가 나지않게됨.
댓글