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

Show performance change after misclassification report #47

Open
bwbaugh opened this issue Apr 25, 2013 · 0 comments
Open

Show performance change after misclassification report #47

bwbaugh opened this issue Apr 25, 2013 · 0 comments

Comments

@bwbaugh
Copy link
Owner

bwbaugh commented Apr 25, 2013

When we do an online update of the system using gh-46, it might be nice to display to the user how this misclassification report affected our performance on our test set. We would need to:

  1. Calculate the system performance before the report.
  2. Update the system with the training instance.
  3. Calculate the system performance after the report.
  4. Display the before and after performance to the user.

To reduce processing time, I would also suggest calculating the before-performance previous to receiving the misclassification report. In addition, storing the test dataset in memory with the features for each instance already extracted should save additional time.

In addition, if we are calculating the system performance anyway, it would be insightful to have that data shown on a new system information page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant