Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Recall here representing how accurate our classifier was in correctly labelling an issue given all the times the issue actually had that label.



Label was actually on the issueLabel was not on the issue
Label was predictedDesired outcome

False Positive – A high precision value means that this is reduced

Label was not predictedFalse Negative - A high recall value means that this is reducedDesired outcome


F1 score balances both the precision and recall scores


Motivations/Conclusion:

We are able to see which labels the model can predict accurately for. Given a certain accuracy threshold, the bot has the potential to label an issue given that it surpasses this value. As a result, we would be able to accurately provide labels to new issues. 

...