Replies: 2 comments 4 replies
-
I'm not clear as to why you need to manually adjust functions to send them to engines when using Ray, Dask, Joblib. The latest versions of these libraries seem to support Python 3.11 or 3.12, so they should be able to run exported models without adjustments, right? |
Beta Was this translation helpful? Give feedback.
3 replies
-
How about Modin? It aims to be a drop-in replacement for pandas. So all you need to do is bind |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am looking for good libraries for distributed computing with modelx.
Of course, each library has their own pros and cons.
but if I want to use with modelx, ipyparallel seems the best because ipyparallel can send each exported model to each engines directly
without modification of model.
if I want to use other libraries such as Ray, Dask, Joblib, I need to manually adjust functions to send them to engines.
In case of Ray, Ray can send class to engines but it is hard to use with Windows due to stack overflow.
Actuarial model has thousands of functions so.. manually adjust all of them would be too much work for end users.
Are there good libraries for distributed computing or a way of use efficiently well known distributed computing libraries with modelx?
Beta Was this translation helpful? Give feedback.
All reactions