{ "info": { "author": "('Maximilian Nickel',)", "author_email": "mnick@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "scikit-tensor\n=============\n\nscikit-tensor is a Python module for multilinear algebra and tensor\nfactorizations.\n\nDependencies\n------------\n\nThe required dependencies to build the software are ``Numpy >= 1.3``,\n``SciPy >= 0.7``.\n\nUsage\n-----\n\nExample script to decompose sensory bread data (available from\nhttp://www.models.life.ku.dk/datasets) using CP-ALS\n\n.. code:: python\n\n import logging\n from scipy.io.matlab import loadmat\n from sktensor import dtensor, cp_als\n\n # Set logging to DEBUG to see CP-ALS information\n logging.basicConfig(level=logging.DEBUG)\n\n # Load Matlab data and convert it to dense tensor format\n mat = loadmat('../data/sensory-bread/brod.mat')\n T = dtensor(mat['X'])\n\n # Decompose tensor using CP-ALS\n P, fit, itr, exectimes = cp_als(T, 3, init='random')\n\nReferences\n----------\n\nIf you use ``scikit-tensor`` in your research, please cite\n\n::\n\n Maximilian Nickel. scikit-tensor Library (Version 0.1). Available Online, November 2013.\n\nInstall\n-------\n\nThis package uses distutils, which is the default way of installing\npython modules. To install in your home directory, use\n\n::\n\n python setup.py install --user\n\nTo install for all users on Unix/Linux\n\n::\n\n python setup.py build\n sudo python setup.py install\n\nTo install in development mode\n\n::\n\n python setup.py develop\n\nContributing & Development\n--------------------------\n\nscikit-tensor is still an extremely young project, and I'm happy for any\ncontributions (patches, code, bugfixes, *documentation*, whatever) to\nget it to a stable and useful point. Feel free to get in touch with me\nvia email (mnick at AT mit DOT edu) or directly via github.\n\nDevelopment is synchronized via git. To clone this repository, run\n\n::\n\n git clone git://github.com/scikit-learn/scikit-learn.git\n\nAuthors\n-------\n\nMaximilian Nickel\n\n- http://twitter.com/mnick\n- http://github.com/mnick\n\nLicense\n-------\n\nscikit-tensor is licensed under the GPLv3\nhttp://www.gnu.org/licenses/gpl-3.0.txt", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/mnick/scikit-tensor", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mnick/scikit-tensor", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "scikit-tensor", "package_url": "https://pypi.org/project/scikit-tensor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/scikit-tensor/", "project_urls": { "Download": "http://github.com/mnick/scikit-tensor", "Homepage": "http://github.com/mnick/scikit-tensor" }, "release_url": "https://pypi.org/project/scikit-tensor/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python module for multilinear algebra and tensor factorizations", "version": "0.1" }, "last_serial": 996314, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2ae17c852db10c61678adbe5f091ba60", "sha256": "ca144fa6b57fef0cc8ae9a46d85e4301e8efb122e17f9c4472f8e2a8febd6a96" }, "downloads": -1, "filename": "scikit-tensor-0.1.tar.gz", "has_sig": false, "md5_digest": "2ae17c852db10c61678adbe5f091ba60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42038, "upload_time": "2014-02-10T15:48:39", "url": "https://files.pythonhosted.org/packages/e9/5e/2ce76cc8f9da0517085e17cd70210ed996aeb8f972e7080d0bc89d82bbd9/scikit-tensor-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ae17c852db10c61678adbe5f091ba60", "sha256": "ca144fa6b57fef0cc8ae9a46d85e4301e8efb122e17f9c4472f8e2a8febd6a96" }, "downloads": -1, "filename": "scikit-tensor-0.1.tar.gz", "has_sig": false, "md5_digest": "2ae17c852db10c61678adbe5f091ba60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42038, "upload_time": "2014-02-10T15:48:39", "url": "https://files.pythonhosted.org/packages/e9/5e/2ce76cc8f9da0517085e17cd70210ed996aeb8f972e7080d0bc89d82bbd9/scikit-tensor-0.1.tar.gz" } ] }