mozilla / bugbug

Platform for Machine Learning projects on Software Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepare for classification of `comments`

jpangas opened this issue · comments

There are some tasks that need to be done to prepare for comment models:

Tasks

This issue would also be a good place to discuss on the best way to run models on comments:
With the proposed task list above, it was considering to classify comments independently of bugs by using comment_ids.

I thought it would be wise to separate this work from #3994 to minimise the amount of reviews needed to land the model.

Sounds like a good plan to me. In the future, we might consider adding the bug ID too in case of a model which would classify a given comment based on the previous context.