Skip to content

easonlai/fb-prophet-stock-prediction-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using Facebook Prophet model to predict HK stock price

Sample code repository to use Facebook Prophet to predict Hong Kong stock price.

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.

All stock prediction price for demostration and reference only.