Welcome to orbit Discussions! #355
Replies: 1 comment
-
Hi I'm trying to use the orbit package to make some time series prediction. Since I need to make lots of predictions at the same time, I want to use parallel computing to expedite the procedure. So I used the Parallel function from joblib package in python. But it seems that there are some parallel procedure inside the package which contradict with my parallel function. Thus, it is not running stable. Do you have any recommended way to make parallelization using orbit? By the way, I also tried to add parameters cores = xx in DLTMAP, but it doesn't seem to make any difference. The time to take for running this function is the same no matter I choose cores = 1 or cores = 60. Did I use it correctly? Could any one give any any clues? Example: here is the code where I specified the cores. I also tried something like this below: |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions