Do we allow to use covariates for data in prediction period when doing prediction #53
Answered
by
ramber1836
yuhao1982
asked this question in
BaiduKDDCup2022
Replies: 4 comments
-
|
Hi, What does the mean of covariates of data? In general, we only limit the input of the model, and we do not give any restrictions on how to build the model. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also, can you answer this question?
For example, we use 7days to predict 48 hours Patv, then our model's input is the data of those 7 days, and the outputs the Patv of next 48 hours. But another possibility is: our model's input is the data of those 7 days PLUS the features of next 48 hours data, here the features mean, like, "TurbID",
"Day",
"Tmstamp",
"Wspd",
"Wdir",
"Etmp",
"Itmp",
"Ndir",
"Pab1",
"Pab2",
"Pab3",
"Prtv",
"x",
"y",
"hour",
"minute",
and we use these features to help to predict the target Patv of these 48 hours. Is the second one allowed ?
At 2022-05-17 12:15:21, "zhou jingbo" ***@***.***> wrote:
Hi,
What does the mean of covariates of data?
In general, we only limit the input of the model, and we do not give any restrictions on how to build the model.
Thanks
Regards
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sorry, you cannot use the future features as input to predict next 48 hours
Patv.
Regards,
Xinjiang Lu
…On Sat, May 21, 2022 at 8:53 PM yuhao1982 ***@***.***> wrote:
Also, can you answer this question?
For example, we use 7days to predict 48 hours Patv, then our model's input
is the data of those 7 days, and the outputs the Patv of next 48 hours. But
another possibility is: our model's input is the data of those 7 days PLUS
the features of next 48 hours data, here the features mean, like, "TurbID",
"Day",
"Tmstamp",
"Wspd",
"Wdir",
"Etmp",
"Itmp",
"Ndir",
"Pab1",
"Pab2",
"Pab3",
"Prtv",
"x",
"y",
"hour",
"minute",
and we use these features to help to predict the target Patv of these 48
hours. Is the second one allowed ?
At 2022-05-17 12:15:21, "zhou jingbo" ***@***.***> wrote:
Hi,
What does the mean of covariates of data?
In general, we only limit the input of the model, and we do not give any
restrictions on how to build the model.
Thanks
Regards
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVHY33BGKMBDMIIH7IWKCLVLDMFLANCNFSM5VXOJ7OQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <PaddlePaddle/PaddleSpatial/repo-discussions/53/comments/2795769@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhoujingbo
-
|
For example, we use 7days to predict 48 hours Patv, then our model's input is the data of those 7 days, and the outputs the Patv of next 48 hours. But another possibility is: our model's input is the data of those 7 days PLUS the features of next 48 hours data, here the features mean, like, "TurbID",
"Day",
"Tmstamp",
"Wspd",
"Wdir",
"Etmp",
"Itmp",
"Ndir",
"Pab1",
"Pab2",
"Pab3",
"Prtv",
"x",
"y",
"hour",
"minute",
and we use these features to help to predict the target Patv of these 48 hours. Is the second one allowed ?
At 2022-05-17 12:15:21, "zhou jingbo" ***@***.***> wrote:
Hi,
What does the mean of covariates of data?
In general, we only limit the input of the model, and we do not give any restrictions on how to build the model.
Thanks
Regards
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of using several days data before the prediction period, can we use covariates of data in prediction period to predict the targets in this period?
Beta Was this translation helpful? Give feedback.
All reactions