justinfargnoli / lshforest

An implementation of LSH Forrest based off of the following paper (http://infolab.stanford.edu/~bawa/Pub/similarity.pdf).
MIT License
8 stars 1 forks source link

Add Minhash #4

Open justinfargnoli opened 4 years ago

justinfargnoli commented 4 years ago

This should just involve implementing the Hasher interface with a struct that produces the minhash of []float64.

soulclimberchick commented 4 years ago

Hey there, I am new-ish to contributing to some open source projects in Go and would love to work on this issue!

justinfargnoli commented 4 years ago

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.

soulclimberchick commented 4 years ago

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.

soulclimberchick commented 4 years ago

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.

justinfargnoli commented 4 years ago

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.

justinfargnoli commented 3 years ago

@soulclimberchick I'll unassign this issue to you unless you'd like to take another stab at it :)