Skip to content

Releases: kalyaniuniversity/MC4

2.3.0

28 Aug 16:52
Compare
Choose a tag to compare
  • Add support for MCT algorithm
  • Update documentation
  • Fix minor bugs

An implementation of MC4 Rank Aggregation in python

28 Jul 12:52
Compare
Choose a tag to compare

2.2.0

09 Jul 14:59
Compare
Choose a tag to compare
  • Items-wise ranks as output
  • Minor code cleanup

2.1.1

30 Jun 07:58
Compare
Choose a tag to compare
  • Minor bugs fixed
  • Updated documentation

2.1.0

29 Jun 19:45
Compare
Choose a tag to compare
  • Command Line support added
  • Change in default values. header_row and index_col both will have None as default values.

2.0.0

30 Jun 07:56
Compare
Choose a tag to compare
  • Column order support
  • Dataframe as a dataset support
  • Minor bugs fixed
  • Updated documentation

1.0.0

28 Jun 20:43
Compare
Choose a tag to compare

MC4 is a small, fast and easy to use package for Markov-Chain Type 4 rank aggregation. This is the first-ever release of this package.

  • Developed on top of NumPy and pandas which makes it really fast.
  • CSV file support
  • Row-major dataset order support
  • Start using in as less as three lines of code
  • Minimum code, maximum control