Skip to content

About fh format #4471

Closed Answered by fkiraly
sniafas asked this question in Q&A
Discussion options

You must be logged in to vote

What is the intuition behind this implementation to support multiple data formats.

from a design perspective, the fh should be ForecastingHorizon, it contains the full information to specify where you want to forecast.

ForecastingHorizon coerces iterables such a list, np.array, so allowing the users to input the latter makes specification statements easier to write and easier to read.

Further, int is a bracket-less version of a single-element list, this is a convenience choice.

what an exogeneous data refers to and how it contributes in forecasting estimation

this is synonymous with "external regressors" (a term we avoid due to possibility of confusion with supervised regression) or "…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sniafas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
2 participants