mozilla / bugbug

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

Create a "similar bug" recommender #26

Open marco-c opened 5 years ago

marco-c commented 5 years ago

"similar" not in terms of duplicate bug, but in terms of features. E.g. two bugs that are completely unrelated from each other, but that are of the same type and have similarly sized patches.

spectre1811 commented 5 years ago

It means we have to build a kind of recommender system based upon the features and the size of the patches extracted from the bug info.?

marco-c commented 5 years ago

It means we have to build a kind of recommender system based upon the features and the size of the patches extracted from the bug info.?

Yes (note that the size of the patches is just one of the many features that we can consider).

spectre1811 commented 5 years ago

@marco-c Yeah i figured that thing. So can i work upon this thing as my gsoc project because i think this would take some time to be completed

marco-c commented 5 years ago

Yes, this is a big enough project for a GSoC.

spectre1811 commented 5 years ago

I want to work on this. Can i be assigned this?

marco-c commented 5 years ago

@spectre1811 see the contributing rules in README, an issue is assigned only when there is a PR to fix it.

marco-c commented 5 years ago

See also #517.