Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a general evaluator for the models #17

Closed
thefirebanks opened this issue Nov 24, 2020 · 1 comment · Fixed by #24
Closed

Create a general evaluator for the models #17

thefirebanks opened this issue Nov 24, 2020 · 1 comment · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@thefirebanks
Copy link
Contributor

Script that:

  • Takes in as input the results from a given model run (as a JSON file containing sentences and their labels) and a dataset of labeled sentences
  • Compares the differences between the model outputs and the ground truth
  • Has different metrics (cosine similarity, accuracy, precision-recall curve, etc.)
@thefirebanks thefirebanks self-assigned this Nov 24, 2020
@thefirebanks thefirebanks added the enhancement New feature or request label Nov 24, 2020
@thefirebanks thefirebanks linked a pull request Dec 3, 2020 that will close this issue
@thefirebanks
Copy link
Contributor Author

Low-hanging fruits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant