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

Retreived 12 webpages in UI are already colored before voting for relevancy #36

Open
ahmadika opened this issue Nov 6, 2017 · 3 comments

Comments

@ahmadika
Copy link

ahmadika commented Nov 6, 2017

When training a model using UI, if you search for new keywords, the new 12 webpages are already colored based on previous voting. This will confuse the voter if he/she has already voted for a webpages or not. The colors should be reset for each new search.

sce ui

@sujen1412
Copy link
Contributor

@ahmadika , the coloring of the UI for the new search term after one round of voting is done show the models performance. There is an accuracy score of the model, so when the user provides the same labels to the UI which the model "predicted" the accuracy goes high.

This is a way to indicate to the user, how a given page would be classified by the model that has been trained till now.

@wmburke
Copy link
Contributor

wmburke commented Nov 8, 2017

Just to provide some additional context here, the accuracy score was previously ill-defined and so was removed from the interface. We can certainly (and probably should) look at ways to make this more clear as to what is going on - and potentially to re-introduce that score.

@rduerr
Copy link

rduerr commented Mar 18, 2019

Speaking as a user @wmburke yes the documentation should mention what is going on under the hood; but I also note that I did eventually figure out what it was doing....

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

No branches or pull requests

4 participants