Skip to content
Discussion options

You must be logged in to vote

Yes, settings["path_to_test_x"] is the file with the data you have available for the prediction. In the evaluation.py code, all test files are iterated over and the value of settings["path_to_test_x"] is changed in each iteration (see here).

The goal is then to predict the 288 timesteps following the information in this file.
To access the data, in your predict.py file, you can do something like:

df = pd.read_csv(settings["path_to_test_x"])

(note that I'm not involved with the oragnization of the competition.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zhoujingbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants