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

Juror coherence score and level computation #888

Closed
jaybuidl opened this issue Jun 7, 2023 · 0 comments · Fixed by #1089
Closed

Juror coherence score and level computation #888

jaybuidl opened this issue Jun 7, 2023 · 0 comments · Fixed by #1089
Labels
Milestone

Comments

@jaybuidl
Copy link
Member

jaybuidl commented Jun 7, 2023

To be integrated on #264

Coherence score

score goes from 0 to 100

score = 100 * number of coherent votes / (number of votes + smoothing factor)
if number of votes == 0 then score = 0

smoothing factor = 10

Level

Coherence score Level Title
0 <= score < 20 0 Diogenes
20 <= score < 40 1 Pythagoras
40 <= score < 60 2 Socrates
60 <= score < 80 3 Plato
80 <= score 4 Aristotle
@jaybuidl jaybuidl added this to the alpha-1 milestone Jun 7, 2023
This was referenced Jun 7, 2023
@jaybuidl jaybuidl changed the title Juror score computation Juror coherence score and level computation Jul 27, 2023
@jaybuidl jaybuidl linked a pull request Aug 3, 2023 that will close this issue
@jaybuidl jaybuidl closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant