You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm following this notebook and having hard time understanding the docstring below, which can be found in AddTimeFeatures, AddAgeFeature, AddAggregateLags, AddConstFeature source codes.
If `is_train=True` the feature matrix has the same length as the `target`
field. If `is_train=False` the feature matrix has length
`len(target) + pred_length`.
I already passed 'target' that is pred_length longer to test dataset than the 'target' in train dateset. Why should the length of the AddTimeFeatures, AddAgeFeature, AddAggregateLags, AddConstFeature output should be len(target) + pred_length, and not just len(target)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm following this notebook and having hard time understanding the docstring below, which can be found in
AddTimeFeatures,AddAgeFeature,AddAggregateLags,AddConstFeaturesource codes.I already passed 'target' that is
pred_lengthlonger to test dataset than the 'target' in train dateset. Why should the length of theAddTimeFeatures,AddAgeFeature,AddAggregateLags,AddConstFeatureoutput should belen(target) + pred_length, and not justlen(target)?Thanks.
All reactions