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
Hi,
Thanks for your work!
I tried to use your code for our dataset model training/validating. I meet several issues:
1. how to train over multiple csv files, I see that the sh command --data-name-list gives file_name, how to write the command if
I want to train over multiple files, such as AQShunyi-1.csv, AQShunyi-2.csv simutenously?
2. How may I train my prediction model as the hyperparameters are predefined in the command line, or I must train the mode lat somewhere else?
3. Can the framework deal with data of multiple features, e.g., if I want to forecast the nationwide air quality, assume I get data from different regions, the data may look like [region, timestamp, quality], it is time series with 'region' feature, so the question is how to train and also validate the prediction model, or it is infeasible in the context of time series forecasting.
Looking forward to your reply, thanks so much!
The text was updated successfully, but these errors were encountered:
Thank you for your attention and questions!
Regarding the first question, we currently do not support it, but we had plans to implement this function (global forecasting).
I didn't understand the last two questions! Can we exchange WeChat for easier communication? My WeChat: qxf780310. Look forward to hearing from you.
Hi,
Thanks for your work!
I tried to use your code for our dataset model training/validating. I meet several issues:
1. how to train over multiple csv files, I see that the sh command --data-name-list gives file_name, how to write the command if
I want to train over multiple files, such as AQShunyi-1.csv, AQShunyi-2.csv simutenously?
2. How may I train my prediction model as the hyperparameters are predefined in the command line, or I must train the mode lat somewhere else?
3. Can the framework deal with data of multiple features, e.g., if I want to forecast the nationwide air quality, assume I get data from different regions, the data may look like [region, timestamp, quality], it is time series with 'region' feature, so the question is how to train and also validate the prediction model, or it is infeasible in the context of time series forecasting.
Looking forward to your reply, thanks so much!
The text was updated successfully, but these errors were encountered: