{ "info": { "author": "Vladimir Larin", "author_email": "vladimir@vlarine.ru", "bugtrack_url": null, "classifiers": [], "description": "PyRecSys\n=======\n\nPython Collaborative Filtering\n\nOverview\n--------\n\n\nFeatures\n--------\n\n\nInstallation\n------------\n\nTo install from [PyPI](https://pypi.python.org/pypi/recsys/), use pip:\n\n $ pip install recsys\n\nOr clone the repo:\n\n $ git clone https://github.com/vlarine/pyrecsys.git\n $ cd pyrecsys\n $ pip install -r requirements.txt\n $ pip install .\n\n\nGetting Started\n---------------\n\n\nLicense\n-------\n\nReleased under the MIT License\n\n\nReferences\n----------\n\nCollaborative Filtering for Implicit Feedback Datasets.\nYifan Hu. AT&T Labs \u2013 Research. Florham Park, NJ 07932.\nYehuda Koren. Yahoo! Research.\n[http://yifanhu.net/PUB/cf.pdf](http://yifanhu.net/PUB/cf.pdf)\n\nBen Frederickson. Fast Python Collaborative Filtering\nfor Implicit Datasets.\n[https://github.com/benfred/implicit](https://github.com/benfred/implicit)\n\nEvgeny Frolov, Ivan Oseledets. Fifty Shades of Ratings: How to Benefit\nfrom a Negative Feedback in Top-N Recommendations Tasks.\n[https://arxiv.org/abs/1607.04228](https://arxiv.org/abs/1607.04228)\n[https://github.com/Evfro/polara](https://github.com/Evfro/polara)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vlarine/pyrecsys", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyrecsys", "package_url": "https://pypi.org/project/pyrecsys/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyrecsys/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vlarine/pyrecsys" }, "release_url": "https://pypi.org/project/pyrecsys/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Collaborative filtering recommender system", "version": "0.0.3" }, "last_serial": 2434940, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8ae11d3efe987d6aeca55bfa2b482786", "sha256": "b724016db87514094533f185b4c73790a9087e713d708f0873c03ba82bb9655a" }, "downloads": -1, "filename": "pyrecsys-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8ae11d3efe987d6aeca55bfa2b482786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3198, "upload_time": "2016-10-04T19:00:29", "url": "https://files.pythonhosted.org/packages/aa/99/3a21f18d4cf579716e0a9f975dba778472f6d2f19c55873e10566fd43a15/pyrecsys-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "79e50abadb748c0828f313692d9062cb", "sha256": "bd28c40fb8d95a671b7824b6b0cbe553343e8a465d1c3c35ecc9cb98a2ce1bdb" }, "downloads": -1, "filename": "pyrecsys-0.0.2.tar.gz", "has_sig": false, "md5_digest": "79e50abadb748c0828f313692d9062cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3285, "upload_time": "2016-10-05T19:51:19", "url": "https://files.pythonhosted.org/packages/4c/83/4940e5a313a12ee03079750d1a25adfa7fce4acfcefe62990e6ef054142b/pyrecsys-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "38187037724dc74ccf68b428acc40686", "sha256": "908e2c16347fe1a66dbb2d5582eae6057d9776c7abb78a5571760946c2b41407" }, "downloads": -1, "filename": "pyrecsys-0.0.3.tar.gz", "has_sig": false, "md5_digest": "38187037724dc74ccf68b428acc40686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6822, "upload_time": "2016-11-01T11:51:20", "url": "https://files.pythonhosted.org/packages/f7/72/95d5cfe4e751edf8cf1a3c366689f6b8ad2758c21857f2c4afa0d20ac4e7/pyrecsys-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38187037724dc74ccf68b428acc40686", "sha256": "908e2c16347fe1a66dbb2d5582eae6057d9776c7abb78a5571760946c2b41407" }, "downloads": -1, "filename": "pyrecsys-0.0.3.tar.gz", "has_sig": false, "md5_digest": "38187037724dc74ccf68b428acc40686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6822, "upload_time": "2016-11-01T11:51:20", "url": "https://files.pythonhosted.org/packages/f7/72/95d5cfe4e751edf8cf1a3c366689f6b8ad2758c21857f2c4afa0d20ac4e7/pyrecsys-0.0.3.tar.gz" } ] }