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

Added sliding_similarities module with continuous jaccard #30

Open
wants to merge 1 commit into
base: hitscoring_dev
Choose a base branch
from

Conversation

Avsecz
Copy link
Collaborator

@Avsecz Avsecz commented Sep 25, 2018

I think we should have only one module for computing the similarity metrics which all of the downstream methods should use. I hence created a new module called sliding_similarities. This could also be renamed to similarity_metrics and it could then contain all the metrics including the normal non-sliding similarity metrics.

Copy link
Collaborator

@AvantiShri AvantiShri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. So is the new similarity all good to go?

@AvantiShri
Copy link
Collaborator

(If so, can you also bump the version number?)

@Avsecz
Copy link
Collaborator Author

Avsecz commented Sep 25, 2018

Will add a small test tomorrow for continuous jaccard (comparing it to your existing non-sliding implementation) and then it's good to go . It worked in the notebook

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

Successfully merging this pull request may close these issues.

None yet

2 participants