{ "info": { "author": "Michal Ciesielczyk", "author_email": "michal.ciesielczyk@put.poznan.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "sklearn-rri\n===========\n\nPython package providing scikit-learn compatible classifier based on Reflective\nRandom Indexing (RRI) [1].\n\nDocumentation\n-------------\nThe documentation is hosted on http://sklearn-rri.readthedocs.io/\n\nInstallation\n------------\nLatest from the `source `_::\n\n git clone https://github.com/cmick/sklearn-rri.git\n cd sklearn-rri\n python setup.py install\n\nUsing `PyPI `_::\n\n pip install sklearn-rri\n\nDependencies\n------------\nsklearn-rri requires:\n\n- NumPy (>= 1.11.0)\n- SciPy (>= 0.16.0)\n- scikit-learn (>= 0.17.0)\n\nExamples\n--------\n.. code :: pycon\n\n >>> from sklearn_rri import ReflectiveRandomIndexing\n >>> from sklearn.random_projection import sparse_random_matrix\n >>> X = sparse_random_matrix(100, 100, density=0.01, random_state=42)\n >>> rri = ReflectiveRandomIndexing(50, random_state=42)\n >>> rri.fit(X)\n ReflectiveRandomIndexing(n_components=50, n_iter=3, norm=True,\n random_state=42, seed='auto')\n >>> rri.transform(X)\n <100x50 sparse matrix of type ''\n with 1154 stored elements in Compressed Sparse Row format>\n\nReferences\n----------\n[1] Trevor Cohen, Roger Schaneveldt, and Dominic Widdows,, Reflective Random\nIndexing and Indirect Inference: A Scalable Method for Discovery of Implicit\nConnections, 2010. https://www.ncbi.nlm.nih.gov/pubmed/19761870", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmick/sklearn-rri", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "sklearn-rri", "package_url": "https://pypi.org/project/sklearn-rri/", "platform": "", "project_url": "https://pypi.org/project/sklearn-rri/", "project_urls": { "Homepage": "https://github.com/cmick/sklearn-rri" }, "release_url": "https://pypi.org/project/sklearn-rri/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "scikit-learn compatible classifier based on RRI", "version": "0.1.0" }, "last_serial": 3214535, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7ebc70f3aac576b4a417cec24bc394cf", "sha256": "db6cb3ae2211d3879bc1cdca9e0c79c586188681a85417c7030f9046a8de2c7f" }, "downloads": -1, "filename": "sklearn-rri-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ebc70f3aac576b4a417cec24bc394cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4172, "upload_time": "2017-09-30T05:20:26", "url": "https://files.pythonhosted.org/packages/88/db/d79435da09d49436dc8a12285ed1cb2f3eb633757efeafbfe6dbbe5c59b8/sklearn-rri-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ebc70f3aac576b4a417cec24bc394cf", "sha256": "db6cb3ae2211d3879bc1cdca9e0c79c586188681a85417c7030f9046a8de2c7f" }, "downloads": -1, "filename": "sklearn-rri-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ebc70f3aac576b4a417cec24bc394cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4172, "upload_time": "2017-09-30T05:20:26", "url": "https://files.pythonhosted.org/packages/88/db/d79435da09d49436dc8a12285ed1cb2f3eb633757efeafbfe6dbbe5c59b8/sklearn-rri-0.1.0.tar.gz" } ] }