Skip to content

make future dataframe ignores periods keyword #1120

Description

@thanosvlo

Hi just a quick question on what is the reasoning behind this line :

periods = self.n_forecasts

Id assume - based on the documentation- that periods control the number of n_forecasts we want to predict into the future.
Say if the model is trained to predict 7 days into the future and the periods is set to be 3 then we would want to have a prediction for the upcoming 21 days in a rolling inference fashion.

are there any plans to amend the function to be in line with the documentation and offer the described functionality ?

Thank you for maintaining this repo, much appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions