ramtiin / Predicting-Stock-Prices-Using-FB-Prophet

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. In this notebook I'm going to try forecasting Google stock price using facebook's prophet model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicting-Stock-Prices-Using-FB-Prophet

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. In this notebook I'm going to try forecasting Google stock prices using facebook's prophet model.

About

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. In this notebook I'm going to try forecasting Google stock price using facebook's prophet model.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%