Skip to content

Separate forecast and cross validation #63

@CyGei

Description

@CyGei

get_fcast() is a two step process:

  1. time series cross validation: models are scored with WIS
  2. top_n models seclected + ensembling for forecasting h weeks ahead.

For future implementation with models that may be slow, we want to seperate those two steps:

  1. becomes cross_validation() (or ts_cv())
  2. get_fcast() may require providing the models explicitely.

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