Skip to content

[Question] multi_models argument affects lags? #2234

@pfwnicks

Description

@pfwnicks

Describe the bug
What is the functionality of mutli_models argument in regression models.

https://unit8co.github.io/darts/generated_api/darts.models.forecasting.regression_model.html#darts.models.forecasting.regression_model.RegressionModel

According to this documentation, the lags should be indexed from the first predicted time step. However after noticing some abnormal
behavior in our regression models when switching between multi_models=True and multi_models=False. After testing a variety of things and snooping around in the documentation I/we discovered that there is a section of the guide on regression models:

https://unit8co.github.io/darts/examples/20-RegressionModel-examples.html#Visualization

where it talks about/visualizes what happens when switching multi_models modes.

Expected behavior
If this is the intended functionality then the documentation should at least be updated to reflect that the indexing of the lags is affected by the multi_models argument. However the more natural way of understanding when looking at the documentation would be that the multi_models argument does not affect the indexing of the lags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationCreating or improving documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions