Skip to content

FineTuning input dimensions for clarity #117

Answered by lostella
CoCoNuTeK asked this question in Q&A
Discussion options

You must be logged in to vote

@CoCoNuTeK I'm not sure I get your question. The dataset is a list of dictionaries: each dictionary has a "start" attribute (of type np.datetime64) and a "target" attribute (a np.ndarray object with a single axis).

my additional question would be is there a way to setup the timestep so the model knows the timegaps between datapoints if its 10min one tick or 5min

You can store it in some attribute, but it will not be used anywhere by the model, neither at training nor prediction time. What you see here is just putting some fake frequency information to be able to use gluonts' FileDataset class, but it's not used.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@oops343
Comment options

Answer selected by lostella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #105 on June 14, 2024 11:00.