pyflagr


Namepyflagr JSON
Version 1.0.14 PyPI version JSON
download
home_pagehttps://github.com/lakritidis/FLAGR
SummaryPyFLAGR is a Python package for aggregating ranked preference lists from multiple sources.
upload_time2024-11-17 16:57:28
maintainerLeonidas Akritidis
docs_urlNone
authorLeonidas Akritidis
requires_pythonNone
licenseApache
keywords rank aggregation rank fusion data fusion unsupervised learning information retrieval metasearch metasearch engines borda count condorcet kendall spearman
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The fusion of multiple ranked lists of elements into a single aggregate list is a well-studied research field with numerous applications in Bioinformatics, recommendation systems, collaborative filtering, election systems and metasearch engines.

FLAGR is a high performance, modular, open source library for rank aggregation problems. It implements baseline and recent state-of-the-art aggregation algorithms that accept ranked preference lists and generate a single consensus list of elements. A portion of these methods apply exploratory analysis techniques and belong to the broad family of unsupervised learning techniques.

PyFLAGR is a Python library built on top of FLAGR library core. It can be easily installed with pip and used in standard Python programs and Jupyter notebooks.


FLAGR Website: [https://flagr.site/](https://flagr.site/)

GitHub repository: [https://github.com/lakritidis/FLAGR](https://github.com/lakritidis/FLAGR)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lakritidis/FLAGR",
    "name": "pyflagr",
    "maintainer": "Leonidas Akritidis",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "lakritidis@ihu.gr",
    "keywords": "rank aggregation, rank fusion, data fusion, unsupervised learning, information retrieval, metasearch, metasearch engines, borda count, condorcet, kendall, spearman",
    "author": "Leonidas Akritidis",
    "author_email": "lakritidis@ihu.gr",
    "download_url": "https://files.pythonhosted.org/packages/f5/bd/65a3e81eb5386199fe9cbf6832320f0281a79b4b68634709634e13e5c59f/pyflagr-1.0.14.tar.gz",
    "platform": null,
    "description": "The fusion of multiple ranked lists of elements into a single aggregate list is a well-studied research field with numerous applications in Bioinformatics, recommendation systems, collaborative filtering, election systems and metasearch engines.\r\n\r\nFLAGR is a high performance, modular, open source library for rank aggregation problems. It implements baseline and recent state-of-the-art aggregation algorithms that accept ranked preference lists and generate a single consensus list of elements. A portion of these methods apply exploratory analysis techniques and belong to the broad family of unsupervised learning techniques.\r\n\r\nPyFLAGR is a Python library built on top of FLAGR library core. It can be easily installed with pip and used in standard Python programs and Jupyter notebooks.\r\n\r\n\r\nFLAGR Website: [https://flagr.site/](https://flagr.site/)\r\n\r\nGitHub repository: [https://github.com/lakritidis/FLAGR](https://github.com/lakritidis/FLAGR)\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "PyFLAGR is a Python package for aggregating ranked preference lists from multiple sources.",
    "version": "1.0.14",
    "project_urls": {
        "Homepage": "https://github.com/lakritidis/FLAGR"
    },
    "split_keywords": [
        "rank aggregation",
        " rank fusion",
        " data fusion",
        " unsupervised learning",
        " information retrieval",
        " metasearch",
        " metasearch engines",
        " borda count",
        " condorcet",
        " kendall",
        " spearman"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5bd65a3e81eb5386199fe9cbf6832320f0281a79b4b68634709634e13e5c59f",
                "md5": "5355a4c799f411caba7a60e25ced7a3a",
                "sha256": "9807f537dcd91f7f8ac66c99080fb51a95b0e7ba9632f4867f1884a445df36ff"
            },
            "downloads": -1,
            "filename": "pyflagr-1.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "5355a4c799f411caba7a60e25ced7a3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 823732,
            "upload_time": "2024-11-17T16:57:28",
            "upload_time_iso_8601": "2024-11-17T16:57:28.146600Z",
            "url": "https://files.pythonhosted.org/packages/f5/bd/65a3e81eb5386199fe9cbf6832320f0281a79b4b68634709634e13e5c59f/pyflagr-1.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-17 16:57:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lakritidis",
    "github_project": "FLAGR",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyflagr"
}
        
Elapsed time: 0.44983s