-
Notifications
You must be signed in to change notification settings - Fork 977
Description
Describe the bug
What is the functionality of mutli_models argument in regression models.
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.