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

QC: score-based output #105

Closed
ivan-aksamentov opened this issue Jul 12, 2020 · 0 comments · Fixed by #120
Closed

QC: score-based output #105

ivan-aksamentov opened this issue Jul 12, 2020 · 0 comments · Fixed by #120
Labels
prio:high Do this immediately t:feat Type: request of a new feature, functionality, enchancement

Comments

@ivan-aksamentov
Copy link
Member

ivan-aksamentov commented Jul 12, 2020

We might want to extend the current QC algorithms to not only produce binary Yes/No output, but also provide more fine-grained results.

For example, for every rule we may produce a numeric score.

These scores can then be used to sort rows by severity of issues and to provide user with more fine-grained message text, upon which it will be easier to take an action.

It is preferable for scores for different rules to be numerically comparable for easier sorting and filtering. That means that more severe issues should have higher weights and produce higher "badness" (or lower "goodness") score. We may allow user to tweak these weights for their needs, to adjust desired QC strictness.

@ivan-aksamentov ivan-aksamentov added the t:feat Type: request of a new feature, functionality, enchancement label Jul 12, 2020
@ivan-aksamentov ivan-aksamentov changed the title Implement score-based QC control Consider score-based QC control Jul 12, 2020
@ivan-aksamentov ivan-aksamentov changed the title Consider score-based QC control Consider score-based QC output Jul 12, 2020
@ivan-aksamentov ivan-aksamentov added the prio:high Do this immediately label Jul 14, 2020
@ivan-aksamentov ivan-aksamentov mentioned this issue Jul 14, 2020
7 tasks
@ivan-aksamentov ivan-aksamentov changed the title Consider score-based QC output QC: score-based output Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio:high Do this immediately t:feat Type: request of a new feature, functionality, enchancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant