Distributed computing for lifelines? #1211
Answered
by
CamDavidsonPilon
MarkPundurs
asked this question in
Q&A
-
It appears that lifelines is built to run on a single machine. Is there a way to distribute the computations across multiple servers in a cluster? |
Beta Was this translation helpful? Give feedback.
Answered by
CamDavidsonPilon
Jan 28, 2021
Replies: 1 comment 1 reply
-
Hi @MarkPundurs - not natively though. I don't know much about how modern distributed system handle sequential algorithms (lifelines internals use second-order minimization routines). Training multiple models across a cluster (one per machine) is possible, though. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MarkPundurs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @MarkPundurs - not natively though. I don't know much about how modern distributed system handle sequential algorithms (lifelines internals use second-order minimization routines). Training multiple models across a cluster (one per machine) is possible, though.