RayDistributor for using Ray to distribute the calculations in tsfresh #944
TheaperDeng
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @TheaperDeng ! That is actually really really nice! I am very sorry I did never answer - I have just missed this post. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Ray is getting popular for building distributed applications and easy to fit into tsfresh by a
RayDistributor
.I wonder if it's possible to have a
RayDistributor
upstream to tsfresh, I am willing to raise a PR and complete the test and doc.An first version implementation is here https://github.com/TheaperDeng/ray_tsfresh
Distributed tsfresh on Ray
This repo involves a new
RayDistributor
for tsfresh to use ray to distribute the calculations.RayDistributor
is a subclass ofIterableDistributorBaseClass
in tsfresh which follows the developing instruction in https://tsfresh.readthedocs.io/en/latest/text/tsfresh_on_a_cluster.html.Quick Start
Use
RayDistributor
the same way asMultiprocessingDistributor
,ClusterDaskDistributor
orLocalDaskDistributor
.Beta Was this translation helpful? Give feedback.
All reactions