AngelinaZhai / epai-sentiment-of-tweets

1 stars 0 forks source link

Backend: Implement Accuracy Calculation using Confusion Matrix #15

Closed AngelinaZhai closed 1 year ago

AngelinaZhai commented 1 year ago

Implement the confusion matrix to calculate for the accuracy of the model. Create a separate function named get_accuracy() like the one we already have for this task.

Here are some resources to help you get started. They both have example codes:

It would be ideal to have at least two members of the backend team working on this