Skip to content

NNETAR don't work with business days time series #327

Closed
@jcierocki

Description

@jcierocki

While I was trying to forecast financial time series (which are defined only for business days) I couldn't actually use NNETAR model from fable package.

  1. If I didn't fill the gaps I have always got:
    Warning: 1 error encountered for nnet
    [1] .data contains implicit gaps in time. You should check your data and convert implicit gaps into explicit missing values using tsibble::fill_gaps() if required.
  2. If I filled the gaps using fill_gaps() I have got:
    Warning: 1 error encountered for nnet
    [1] missing values in object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions