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

Further optimizations #53

Open
michaelbornholdt opened this issue Apr 30, 2021 · 0 comments
Open

Further optimizations #53

michaelbornholdt opened this issue Apr 30, 2021 · 0 comments

Comments

@michaelbornholdt
Copy link
Collaborator

also, I'm wondering if you can optimize this (probably don't need to change for this PR - it is likely beyond scope), but if you split out the two queries, is it faster?

e.g.

nongroup_replicate_query = replicate_truth_df.query("not group_replicate")
group_replicate_query = replicate_truth_df.query("group_replicate")

v11 = group_replicate_query("similarity_metric > @Threshold")

and so on...

optmize enrichment

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