Skip to content

Error with ETS model and 1 year forecasts  #219

@bdemeshev

Description

@bdemeshev

The following code gives an error

library(fable)
model(as_tsibble(AirPassengers),
      ets = ETS(value ~ error("A") + trend("A") + season("A"))) %>% 
       fabletools::forecast(h = "1 year")

but (!) h = "2 years" will be fine :)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions