Skip to content

A simple Django app for annotating the results of some task evaluation

Notifications You must be signed in to change notification settings

bkisiel/annotation-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotation Framework

This is a simple Django app that lets you take the results of some prediction task and annotate them, using a pooled evaluation setup (i.e., take the top k results from each method, put them into a pool, annotate the pool, compute precision and recall over the instances in the pool).

As of now the data import script is pretty specific to the format of the prediction task I wrote this for, but it shouldn't be too hard to modify the import script for some new task, if you want to use this.

About

A simple Django app for annotating the results of some task evaluation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.7%
  • HTML 15.4%
  • JavaScript 3.4%
  • CSS 0.5%