{ "info": { "author": "Samuel Taylor", "author_email": "pip@samueltaylor.org", "bugtrack_url": null, "classifiers": [], "description": "======\nPyRecs\n======\n\nA **Py**\\ thon **Rec**\\ ommender **S**\\ ystems library\n\nInstallation\n------------\n\nI have only tested on Python 3.5.1\n\n.. code:: bash\n\n pip3 install pyrecs\n\nUsage\n-----\n\nGiven a NUM_USERS x NUM_ITEMS matrix of ratings, predict the rating by user 0 of\nitem 2 and by user 2 of item 0:\n\n.. code:: python\n\n >>> cf = pyrecs.collab.CollaborativeFiltering()\n >>> cf.fit([[10, 3.4, np.nan, None],\n ... [10, 0, 10, 5],\n ... [np.nan, 1.4, 10, 3],\n ... [np.nan, 8, 2, 5]])\n >>> cf.predict([(0, 2), (2, 0)])\n array([ 10.68567893, 8.31302514])\n\nTests\n-----\n\n.. code:: bash\n\n py.test tests\n", "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/ssaamm/PyRecs", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "PyRecs", "package_url": "https://pypi.org/project/PyRecs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyRecs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ssaamm/PyRecs" }, "release_url": "https://pypi.org/project/PyRecs/0.11/", "requires_dist": null, "requires_python": null, "summary": "Recommender systems for Python", "version": "0.11" }, "last_serial": 2458171, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "197b37da40d07aeba23b08199da7e0bc", "sha256": "7cc59bfbe53a7de6f894bdf9a035dc9b29dbe2263d3d8b4ef904e2dc6d85e92f" }, "downloads": -1, "filename": "PyRecs-0.0.2.tar.gz", "has_sig": false, "md5_digest": "197b37da40d07aeba23b08199da7e0bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2976, "upload_time": "2016-08-05T23:36:43", "url": "https://files.pythonhosted.org/packages/ba/d5/afd92ed03fc6782e785957a51b56f1dd623f6f2e694b9d094948bcb40f61/PyRecs-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d1c779163d049a94c6b4cc3b5050d9ae", "sha256": "9c9e3d049856e17e6fd19109b69640dfdb4800bf0273074b526747aad8a40e2e" }, "downloads": -1, "filename": "PyRecs-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d1c779163d049a94c6b4cc3b5050d9ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3364, "upload_time": "2016-11-13T18:57:45", "url": "https://files.pythonhosted.org/packages/7b/15/9884994809d01b5a47546d25cb60cff981c3edb572b613877a10cbf82294/PyRecs-0.0.3.tar.gz" } ], "0.1": [], "0.11": [ { "comment_text": "", "digests": { "md5": "9cfbb602106735f2907a72479a5bfdb6", "sha256": "5af0f838c1056e56eacd7fd95b96daa7964d0b0f96cc10854b56985b69caa373" }, "downloads": -1, "filename": "PyRecs-0.11.tar.gz", "has_sig": false, "md5_digest": "9cfbb602106735f2907a72479a5bfdb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2124, "upload_time": "2016-07-30T17:07:55", "url": "https://files.pythonhosted.org/packages/7a/7c/0b13da23f174050a63ac253655f933978408dac8b1bdf0ae4ed3cefbf5e8/PyRecs-0.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9cfbb602106735f2907a72479a5bfdb6", "sha256": "5af0f838c1056e56eacd7fd95b96daa7964d0b0f96cc10854b56985b69caa373" }, "downloads": -1, "filename": "PyRecs-0.11.tar.gz", "has_sig": false, "md5_digest": "9cfbb602106735f2907a72479a5bfdb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2124, "upload_time": "2016-07-30T17:07:55", "url": "https://files.pythonhosted.org/packages/7a/7c/0b13da23f174050a63ac253655f933978408dac8b1bdf0ae4ed3cefbf5e8/PyRecs-0.11.tar.gz" } ] }