mozilla / bugbug

Platform for Machine Learning projects on Software Engineering
Mozilla Public License 2.0
503 stars 312 forks source link

Implement get_distance method for LSI and Neighbors similarity #806

Open ayush-1506 opened 5 years ago

ayush-1506 commented 5 years ago

They currently raise a NotImplementedError.

imskr commented 5 years ago

How can I proceed with this, considering I'm a beginner

ayush-1506 commented 5 years ago

@imskr You might need to dig into the code for get_similar_bugs for each of these similarities to see how we're building the map, and use this to find the distance between two bugs.