pyflagr


Namepyflagr JSON
Version 1.0.10 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-13 09:40:44
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/51/69/97b080e4df10d74c45c7ad6e810ec4f56de13fd1cb7568a16064e99ffdbd/pyflagr-1.0.10.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.10",
    "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": "516997b080e4df10d74c45c7ad6e810ec4f56de13fd1cb7568a16064e99ffdbd",
                "md5": "55e038150322dd03864d7b686ed6bc61",
                "sha256": "9b230581c04f89855df2900728f96f2a97445bf130f5b4f4d5617f55f14547ae"
            },
            "downloads": -1,
            "filename": "pyflagr-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "55e038150322dd03864d7b686ed6bc61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 827465,
            "upload_time": "2024-11-13T09:40:44",
            "upload_time_iso_8601": "2024-11-13T09:40:44.205253Z",
            "url": "https://files.pythonhosted.org/packages/51/69/97b080e4df10d74c45c7ad6e810ec4f56de13fd1cb7568a16064e99ffdbd/pyflagr-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 09:40:44",
    "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.50650s