1. 삭제

conda remove --force fbprophet

 

2. 설치

2-1.윈도우

<fbprophet 설치 방법> 
anaconda prompt(관리자권한)에서 설치

# fbprophet 설치
pip install pystan
pip install --upgrade setuptools
conda install -c conda-forge fbprophet
pip install fbprophet==0.7.1

# plotly(interactive 시각화) 설치
pip install plotly

https://www.kaggle.com/thaile1001/corona0221202

2-2.맥

conda install -c conda-forge fbprophet

# plotly(interactive 시각화) 설치
pip install plotly

+ Recent posts