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
I am using Moirai for electricity load forecasting, and during inference, I noticed that the forward function receives inputs such as past_target、 feat_dynamic_real、and past_feat_dynamic_real. Could you please explain what these three parameters represent?
For example, if I want to use the historical load data from the past 7 days, historical weather data (temperature, humidity, irradiance, etc.), forecasted weather data for the next 2 days, and date types (holiday information, hour, minute, etc.) as features to predict the load for the next 2 days, how should I handle these features?Which parameter do they belong to respectively?
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you very much for your excellent work!
I am using Moirai for electricity load forecasting, and during inference, I noticed that the forward function receives inputs such as
past_target、feat_dynamic_real、andpast_feat_dynamic_real. Could you please explain what these three parameters represent?For example, if I want to use the historical load data from the past 7 days, historical weather data (temperature, humidity, irradiance, etc.), forecasted weather data for the next 2 days, and date types (holiday information, hour, minute, etc.) as features to predict the load for the next 2 days, how should I handle these features?Which parameter do they belong to respectively?
Beta Was this translation helpful? Give feedback.
All reactions