how to speed up saving the result to dataframe #130
Unanswered
ZhangAllen98
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the moirai to do zeroshot forecast,and I found that the speed of saving the result to dataframe is much slow.
Below is an example. First we get the
forecasts, which a generator. And I using the following way to save the result as a dataframe, and when we use the moirai-large version, the time of saving result in my case would be about 77s, and when we use the moirai-small version ,the time of saving result in my case would be about 22s. I want to know is there a simple and fast method to save the result of theforecasts, and why the time of saving the result of different version would be different?Beta Was this translation helpful? Give feedback.
All reactions