Predicting XAG/USD market time series with fbprophet (Facebook Prophet library)
y=Price of Silver in USD x=timeline in days, 23/11/2017 onwards is the prediction
More information about Prophet: https://facebook.github.io/prophet/
The dataset can be downloaded at: https://www.investing.com/currencies/xag-usd-historical-data
(Remove the last line)
It is straightforward to use the library as shown below and the installation can be done with pip install fbprophet.
Next Post
If predicting the market is of interest to you then be sure to subscribe. In the next blog post we will backtest the algorithm to see how if we can make some money of it! Cheers and see you!
this lib makes prediction to look pretty simple!!
ReplyDeleteYes the simplest I have seen so far. Its model also is not complicated. The paper is available on the website. :)
Delete