Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #6533 > unrolled thread

Gem: acts_as_meritocracy

Started by"n.maisonneuve" <n.maisonneuve@gmail.com>
First post2012-05-02 03:32 -0700
Last post2012-05-02 03:32 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.ruby


Contents

  Gem: acts_as_meritocracy "n.maisonneuve" <n.maisonneuve@gmail.com> - 2012-05-02 03:32 -0700

#6533 — Gem: acts_as_meritocracy

From"n.maisonneuve" <n.maisonneuve@gmail.com>
Date2012-05-02 03:32 -0700
SubjectGem: acts_as_meritocracy
Message-ID<11650460.1597.1335954744108.JavaMail.geo-discussion-forums@vbep19>
Hi ruby folks,

I would like annonce the release of a gem called "acts_as_meritocracy".

This gem is a mixin enabling a weighted majority voting system for any
model with qualitative decisions/categories. As measure of
consensus/inter-rater agreement, you can choose between a weighted
variant of the Fleiss’s Kappa (by default) or the entropy of the
distribution of votes. The consensus score is in the interval [0,1].
very high consensus=1 , very low consensus=0

NOTE: this voting system has been developed to take (collective) a
decision about items, not rank items (e.g. by popularity). i.e.
generally once a certain level of consensus is reached on a given item,
a decision is taken and the vote is close.

it's a very alpha release but I hope it could be useful for some of you.
feedback welcome

Nicolas

more info:
https://github.com/nmaisonneuve/acts_as_meritocracy

[toc] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web