Skip to content

Documentation & Fine tuning #45

Answered by lostella
duvi86 asked this question in Q&A
Apr 6, 2024 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

@duvi86 The docstring of the predict method contains a description of the parameters. You can leave the default ones to start, and only provide the time series and required prediction_length. A batch of multiple time series can be passed in in a list: note that the maximum allowed batch size depends on the amount of available memory (GPU or CPU) and prediction length and number of samples; this will typically be faster than predicting one series at a time. Note that each series will be predicted independently of the others (the model is univariate).

For fine tuning, please see #12.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lostella
Comment options

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

Comment options

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

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants