Skip to content

Feature Request: Interpolate for Mean/ ETS #203

@yijunwang0805

Description

@yijunwang0805

Hi Mitchell!

I notice interpolate does not support MEAN or ETS models.

library(tsibbledata)
data("olympic_running")
olympic_running %>%
  model(MEAN(time)) %>%
  interpolate(olympic_running)
Error: Column `time` is of unsupported type function
In addition: There were 29 warnings (use warnings() to see them)

Is it possible to add these?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions