forecasting icon indicating copy to clipboard operation
forecasting copied to clipboard

[FEATURE] Add Naïve forecasting benchmark

Open rasyidstat opened this issue 5 years ago • 2 comments

Description

A simple Naïve forecasting benchmark in R and Python

Expected behavior with the suggested feature

Help people to get a quick and simple benchmark in forecasting

rasyidstat avatar Aug 11 '20 13:08 rasyidstat

Hi, thanks for the suggestion. Just to clarify, you're suggesting we include a Naive model to the R and Python examples? We do already have a Naive model under R examples in this example: https://github.com/microsoft/forecasting/blob/master/examples/grocery_sales/R/02_basic_models.Rmd

Is this what you had in mind?

vapaunic avatar Aug 12 '20 16:08 vapaunic

Sorry, I did not see it. I think that we need to add Naïve model to the documentation then.

rasyidstat avatar Aug 12 '20 23:08 rasyidstat