[Error] Fbprophet

Hyuntae Jung·2022년 5월 3일
0

시도해본 링크

https://2hyes.tistory.com/118
https://daewonyoon.tistory.com/266
https://stackoverflow.com/questions/53178281/installing-fbprophet-python-on-windows-10
https://angelplayer.tistory.com/227
https://blog.naver.com/PostView.nhn?isHttpsRedirect=true&blogId=jsb568&logNo=221471710449
https://pypi.org/project/fbprophet/
https://guangyuwu.wordpress.com/2020/08/27/installing-fbprophet-python-on-windows-10/

전부 안돼서 jupyter notebook 포기

Colab으로 하니까 바로 된다.

from google.colab import drive
drive.mount('/content/drive')
import pandas as pd
from fbprophet import Prophet
df = pd.read_csv('/content/drive/MyDrive/Udemy/UDEMY_TSA_FINAL/08-Prophet-Library/BeerWineLiquor.csv')

Colab은 Google drive상 경로 설정 확인 할 것.

0개의 댓글