steppy icon indicating copy to clipboard operation
steppy copied to clipboard

Do all Steps execute parallel?

Open denyslazarenko opened this issue 6 years ago • 2 comments

Is it necessary to divide executions inside my class to be separate Thread or just divide them between Steps? For example, I can to fit KNN, PCA in one class method and parallel them or create two separate classes for them...

denyslazarenko avatar Jun 27 '18 11:06 denyslazarenko

Sorry for late response. For now steps execute in one thread and when I do parallelization I simply run operations within a single step in parallel rather than execute multiple steps in parallel.

That being said it would be a nice feature to have. Feel free to PR if you are working on something like that.

jakubczakon avatar Jul 03 '18 09:07 jakubczakon

@tankz0r @jakubczakon

Multiple people asked us about parallel execution of multiple Steps (i.e. training many models simultaneously). We are considering adding some simple parallelization, but at this point I cannot make any commitments about timing. For sure we will keep you updated @tankz0r !

kamil-kaczmarek avatar Jul 24 '18 10:07 kamil-kaczmarek