Open naglepuff opened 2 years ago
A lack of these statistics could discourage users who are forced to correct a model's worst predictions. Showing users a positive trend when the activity is first loaded could alleviate this problem. The statistics could be shown the the user, but once they start labeling superpixels, they are hidden until the user wants to show them again.
Number of laeled superpixels in each category Number of labeled sueprpixels for each slide Accuracy / uncertainty per category Accuracy / uncertainty per slide
Something like this: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
Plan now is to have some kind of hack (reports go to terminal or ???) but ultimately will need its own screen
Helpful statistics to see while labeling superpixels may include
These statistics should be displayed to the user while training. It might be worth storing these statistics to prevent re-computing them on hundreds of thousands of features.