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

ENH: refactor + parallelize the evaluate-fit-classifier and cross-validate pipelines #131

Open
nbokulich opened this issue Mar 23, 2022 · 0 comments

Comments

@nbokulich
Copy link
Collaborator

Some re-organization is in order. In particular, some steps could be parallelized so that fitting occurs simultaneously on different folds (for the CV action), instead of serially. The result is quite some inefficiency as this time-consuming step (that cannot be parallelized within a fold) occurs in serial.

An experimental vsearch LOO classifier could also be considered for re-addition in this context. It was removed here:
#130

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

No branches or pull requests

1 participant