Preparing multivariate data with multiple FEAT_DYNAMIC_REAL, etc. #1357
Unanswered
ncolella-mghpcc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have examined #615 #695 #1045 and #1095 but I cannot get this formatted correctly. If I have a dataframe with multiple targets and multiple dynamic variables, such as the one shown below, how can I create a dataset to use for training and prediction for each location?
For instance:
toy_weather_dataset.csv.txt
Using humidity as a target and the other variables as dynamic/static real/cat features.
(Alternatively, I could have one dataframe for each location - either way is workable.)
@AaronSpieler @lostella @PascalIversen @mbohlkeschneider I am sure you all are tremendously busy, but I would greatly appreciate any thoughts you have if/when you have time! 🙏
Beta Was this translation helpful? Give feedback.
All reactions