-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Minhash #4
Comments
Hey there, I am new-ish to contributing to some open source projects in Go and would love to work on this issue! |
Hello @soulclimberchick, that's great to hear :) I'm just beginning to work on open source projects. Is the description of the issue clear? If not, just let me know and I'll clarify :) Whenever you're ready to start working on the issue, just assign it to yourself. |
Thanks @justinfargnoli I think it's pretty clear. Thanks also for tagging this with the good first issue tag. It helps us newbies out a lot. |
One thing: I don't see the checkboxes next to issues to be able to assign myself. I think you might have to change permissions for me. |
It looks like GitHub doesn't allow you to be able to assign the issue to yourself, so I just assigned the issue to you. |
@soulclimberchick I'll unassign this issue to you unless you'd like to take another stab at it :) |
This should just involve implementing the Hasher interface with a struct that produces the minhash of []float64.
The text was updated successfully, but these errors were encountered: