Skip to content

Clarification of FieldNames #1770

Answered by jaheba
MFK2021 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

FEAT_DYNAMIC_REAL and FEAT_DYNAMIC_CAT require that features are passed both in training and prediction. For example, if you want to predict demand for an item and use price as a feature, you can provide the price as a dynamic feature. Then for prediction, you need to provide the price to get a prediction.

However, if a feature is only available in training and not prediction, some models support PAST_FEAT_DYANMIC_REAL. For example, you could use the number of views for an item's webpage as a feature in training. For prediction, you do not pass that information, but still get a forecast.

Note while many models support FEAT_DYNAMIC_REAL, only few support PAST_FEAT_DYNAMIC_REAL. So it's…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MFK2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants