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


Groups > comp.lang.ruby > #6533

Gem: acts_as_meritocracy

From "n.maisonneuve" <n.maisonneuve@gmail.com>
Newsgroups comp.lang.ruby
Subject Gem: acts_as_meritocracy
Date 2012-05-02 03:32 -0700
Organization http://groups.google.com
Message-ID <11650460.1597.1335954744108.JavaMail.geo-discussion-forums@vbep19> (permalink)

Show all headers | View raw


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

Back to comp.lang.ruby | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web