You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that tidymodels only supports parallelization via the do* packages. That includes doFuture so I was hoping that clustermq would be supported by future, but it appears that this package is all that exists, and it is just a rough developmental package.
I really prefer using clustermq versus batchtools (thanks for making a great package!), but it looks like I'm going to have to go back to batchtools in order to parallelize tidymodels on a cluster.
Are there any plans to support tidymodels via future or another method?
The text was updated successfully, but these errors were encountered:
At some point, there should be both a future backend (via the package that you link), but also support for using workers as a cluster object, which would both enable your use case.
However, I do unfortunately not have an ETA for this.
It appears that tidymodels only supports parallelization via the
do*
packages. That includesdoFuture
so I was hoping that clustermq would be supported by future, but it appears that this package is all that exists, and it is just a rough developmental package.I really prefer using clustermq versus batchtools (thanks for making a great package!), but it looks like I'm going to have to go back to batchtools in order to parallelize tidymodels on a cluster.
Are there any plans to support tidymodels via future or another method?
The text was updated successfully, but these errors were encountered: