{ "info": { "author": "Soren Lind Kristiansen", "author_email": "soren@gutsandglory.dk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "rankmetrics\n===========\n\nIntroduction\n------------\n\nThis package contains functions for calculating various metrics relevant\nfor learning to rank systems such as recommender systems.\n\n**IMPORTANT**: This project is still in its very early stages. Results\nshould be taken with a grain of salt.\n\nscikit-learn-like APIs\n----------------------\n\nThis package aims to provide APIs that are familiar if you are used to\nworking with scikit-learn.\n\nSupported metrics\n-----------------\n\n- Recall@k\n- Bag Recall@k\n- Mean Rank Percentile\n- NDCG\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sorenlind/rankmetrics/", "keywords": "recommender system learning to rank python", "license": "", "maintainer": "", "maintainer_email": "", "name": "rankmetrics", "package_url": "https://pypi.org/project/rankmetrics/", "platform": "", "project_url": "https://pypi.org/project/rankmetrics/", "project_urls": { "Homepage": "https://github.com/sorenlind/rankmetrics/" }, "release_url": "https://pypi.org/project/rankmetrics/1.0.0/", "requires_dist": [ "numpy", "scipy", "sklearn", "pytest; extra == 'test'", "tox; extra == 'test'", "pandas; extra == 'test'" ], "requires_python": "", "summary": "Calculate various metrics relevant for learning to rank algorithms.", "version": "1.0.0" }, "last_serial": 3603215, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4c8f1fcfddae1d37673f41e0e1f46bb0", "sha256": "7cf61b8df3d6d29149f358c6e18cf19baeca4e93418780817a11e6682edc2781" }, "downloads": -1, "filename": "rankmetrics-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4c8f1fcfddae1d37673f41e0e1f46bb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5617, "upload_time": "2018-02-21T20:23:20", "url": "https://files.pythonhosted.org/packages/5f/d6/245daf7df87dd6700275194247452e0f5f900d86b2391ce1555a8ad2333a/rankmetrics-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5a42c369011154731181cf0031a7f56", "sha256": "b84c2ea401c1539ef7951d81d7442b2068c0e45e0cef85c6d4f08ae3b3e88ca9" }, "downloads": -1, "filename": "rankmetrics-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d5a42c369011154731181cf0031a7f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4788, "upload_time": "2018-02-21T20:23:21", "url": "https://files.pythonhosted.org/packages/9f/86/0ae6a83164b0cc66d475d5b7c52b67b203a1cea17d55b2f3b8b3d8b14f26/rankmetrics-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c8f1fcfddae1d37673f41e0e1f46bb0", "sha256": "7cf61b8df3d6d29149f358c6e18cf19baeca4e93418780817a11e6682edc2781" }, "downloads": -1, "filename": "rankmetrics-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4c8f1fcfddae1d37673f41e0e1f46bb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5617, "upload_time": "2018-02-21T20:23:20", "url": "https://files.pythonhosted.org/packages/5f/d6/245daf7df87dd6700275194247452e0f5f900d86b2391ce1555a8ad2333a/rankmetrics-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5a42c369011154731181cf0031a7f56", "sha256": "b84c2ea401c1539ef7951d81d7442b2068c0e45e0cef85c6d4f08ae3b3e88ca9" }, "downloads": -1, "filename": "rankmetrics-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d5a42c369011154731181cf0031a7f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4788, "upload_time": "2018-02-21T20:23:21", "url": "https://files.pythonhosted.org/packages/9f/86/0ae6a83164b0cc66d475d5b7c52b67b203a1cea17d55b2f3b8b3d8b14f26/rankmetrics-1.0.0.tar.gz" } ] }