Skip to content

Commit

Permalink
Add link to blog
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <[email protected]>
  • Loading branch information
psolymos committed Jun 23, 2021
1 parent 1f12844 commit bbf4eaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 02-time-series-forecast/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bbf4eaa

Please sign in to comment.