Skip to main content

Python library for aggregating ranked lists.

Project description

py_rankaggregation

This project seeks to build a Python software package to aggregate a collection of ranked lists using various aggregation approaches. The goal of rank aggregation is to come up with a single ranked list of objects in the original lists such that the final ranking reflects some aggregate measure of the items’ ranks in the individual lists of the original collection. This package covers a variety of aggregation methods and works with different representations of ranked lists. It is built to serve as a one-stop-shop for ranked list aggregation in Python.

The package is free, open-source, and BSD-licensed.

Dependencies

The required dependencies to build the packages are:

  • numpy (provides advanced array and list operations)

  • scipy (provides advanced statistical analysis tools)

  • pandas (provides data structures to store and manage tables)

  • scikit-learn (provides implementations for common machine learning algorithms)

  • six (provides functions to write compatible code across Python 2 and 3)

Platforms

py_rankaggregation has been tested on Linux, OS X and Windows.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_rankaggregation-0.1.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

py_rankaggregation-0.1.2-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page