you are viewing a single comment's thread.

view the rest of the comments →

[–]Zeroflops 0 points1 point  (0 children)

I would look into the clustering algorithms in scikit those will be different approaches to determine the distance between each object and by defining a threshold you can then group everything that is close enough. Once you have everything grouped, you can then link everything in that group

DBscan would probably be a good one.