Skip to content

UAH/USD forecasting with prophet

License

Notifications You must be signed in to change notification settings

levabd/prophet-finance-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict fluctuations in currency quote using Prophet

the forecast example

Overview

Let's try build model with help of Prophet to prеditi fluctuations in currency quotes. For current example I took currency pair UAH/USD for date range 2012-2017. Data was getting from https://www.investing.com/currencies/usd-uah-historical-data The forecast looks quite realistic, the forecast components give some ideas about seasonality. The time series forecast can be used as a feature for another machine learning models.

Prophet works pretty well from the box. You can easily build a model for forecasting time series. Also Prophet several the hyperparameters, that can help you improve your model.

There are build in tools for visualization of the prediction. You can visulaizate the forecast and the forecast components. The visualization of the forecast components can help make interesting conclusions about seasonality.

the forecast components

Dependencies