Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel processing #7

Open
lefterav opened this issue Jan 29, 2013 · 0 comments
Open

Parallel processing #7

lefterav opened this issue Jan 29, 2013 · 0 comments

Comments

@lefterav
Copy link
Collaborator

Features calculation/extraction consists of tasks which could be run in parallel. Also, some tasks could also be split in parts and executed faster, if run in parallel. Parallelization could take place in a multi-CPU fashion or a grid-engine.

In the current implementation, all execution is serialized which is a major drawback if data-sets are big.

A possible fix for this would be to break the pipeline in many inter-dependent executables and the get the entire process through EMS (experiment.perl), after specifying the data-flow dependencies in a configuration file. This solution has the advantage that it allows for including the machine learning part in the same pipeline and re-run only some parts of the pre-processing, if configuration changes. The downside of this solution is that all feature extraction steps have to be commandline executables with a common input/output format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant