Skip to content

[FEATURE] Optimized historical forecast routine with retrain=False for SKLearnModel when performing auto-regression #2901

@dennisbader

Description

@dennisbader

At the moment we only have the optimized historical forecasts routine for SKLearnModel when retrain=False and forecast_horizon <= output_chunk_length (no auto-regression).

We should implement an optimized routine when performing auto-regression to speed things up.

This routine will be enabled with:

  • retrain=False
  • forecast_horizon > output_chunk_length

Metadata

Metadata

Assignees

Labels

feature requestUse this label to request a new featureimprovementNew feature or improvement

Type

No type

Projects

Status

In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions