diff --git a/02-time-series-forecast/README.md b/02-time-series-forecast/README.md index a3e6510..16a08e7 100644 --- a/02-time-series-forecast/README.md +++ b/02-time-series-forecast/README.md @@ -1,5 +1,7 @@ # Time Series Forecast +> This examples was presented in the OpenFaaS blog: ["Functions for data science with R templates for OpenFaaS"](https://www.openfaas.com/blog/r-templates/) + [Exponential smoothing](https://en.wikipedia.org/wiki/Exponential_smoothing) is a forecasting method. We will create a function that pulls JSON data from public [COVID-19 data API](https://github.com/analythium/covid-19#readme), fits exponential smoothing model and returns the forecast results as JSON.