Forecasting - Exponential Smoothing (ETS) API

By for April 22, 2015
Fit an Exponential Smoothing (ETS) model to predict values in the future.
> **Note:** This is depreciated. Forecasting - Exponential Smoothing (ETS) API is an example built with Microsoft Azure Machine Learning that fits an Exponential Smoothing model to user inputted data and outputs forecasted values. Will the demand for a specific product increase this year? Can I predict my product sales for the Christmas season, so that I can effectively plan my inventory? Forecasting models are apt to address such questions. Given the past data, these models examine hidden trends to predict future trends. It can be used for any time series and can make predictions into the future. However, note that forecasting for the near future tends to be more reliable. *While this web service could be consumed by users � potentially through a mobile app, website, or even on a local computer for example, the purpose of the web service is also to serve as an example of how Azure ML can be used to create web services on top of R code. With just a few lines of R code and clicks of a button within the Azure ML Studio, an experiment can be created with R code and published as a web service. The web service can then be published to the Azure Marketplace and consumed by users and devices across the world with no infrastructure set-up by the author of the web service.*