Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[MRG] add max_containment to
MinHash
class. #1346[MRG] add max_containment to
MinHash
class. #1346Changes from 37 commits
ba21268
74e8e07
7e1bdca
8f73291
402ca77
21d6fdb
787764a
7d2dae3
bed7110
e3b0f61
9ffa5ca
3a22806
ae92d08
61e9888
30df58d
f014cca
ba79e9c
d8d3657
fc499d5
77f5407
4810b00
c8cb293
f6296ab
90ffc98
3fd9942
8703e89
34c1146
0e230ef
1fa8cb7
5827df6
813064b
a583783
e5c67d8
bbd3898
8e63268
356e934
cbd2503
a64714c
c717184
18b4f78
108748a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to modify
similarity
tocontainment
/max_containment
for csv output. Thoughts?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
semantic versioning prevents us from removing the
similarity
header before 5.0. we could add new columns, I 'spose. I don't like the idea that column headers change depending on command line arguments, though. Not sure how to think about it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(suggest we punt this to a new issue and discuss it there.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punted to #1390