proSVD


NameproSVD JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryCode for streaming dimension reduction with stability
upload_time2023-08-08 20:39:52
maintainer
docs_urlNone
authorPranjal Gupta
requires_python>=3.7
license
keywords streaming svd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Procrustean SVD (proSVD)
Tools for streaming dimension reduction analyses of neural data.

![alt text](lock-in.gif)

See `demos/` for usage.

#### To build:
```
$ git clone https://github.com/pearsonlab/proSVD
$ cd proSVD
$ pip install .
```

#### To import:
```
from proSVD import proSVD
```

Under active development! Please contact pranjal.gupta@duke.edu for any inquiries. 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "proSVD",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "streaming,SVD",
    "author": "Pranjal Gupta",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a0/90/d2ba50fb694c2f999ad549b1e0fa9d3e5dcdccd4abed84161c73de9d1b52/proSVD-0.0.1.tar.gz",
    "platform": null,
    "description": "# Procrustean SVD (proSVD)\nTools for streaming dimension reduction analyses of neural data.\n\n![alt text](lock-in.gif)\n\nSee `demos/` for usage.\n\n#### To build:\n```\n$ git clone https://github.com/pearsonlab/proSVD\n$ cd proSVD\n$ pip install .\n```\n\n#### To import:\n```\nfrom proSVD import proSVD\n```\n\nUnder active development! Please contact pranjal.gupta@duke.edu for any inquiries. \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Code for streaming dimension reduction with stability",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "streaming",
        "svd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f74c72c00a0a3ce0855cc175327eed1303b9fc53982c00ae9b63a212aeb2854",
                "md5": "d2f17d0f8b5c702c3378bb738144b0de",
                "sha256": "939a115a6047a6633c303ee1c69e7ab45ef876d77b22f0468ba8cfcfbf4556b7"
            },
            "downloads": -1,
            "filename": "proSVD-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2f17d0f8b5c702c3378bb738144b0de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17688,
            "upload_time": "2023-08-08T20:39:51",
            "upload_time_iso_8601": "2023-08-08T20:39:51.400726Z",
            "url": "https://files.pythonhosted.org/packages/9f/74/c72c00a0a3ce0855cc175327eed1303b9fc53982c00ae9b63a212aeb2854/proSVD-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a090d2ba50fb694c2f999ad549b1e0fa9d3e5dcdccd4abed84161c73de9d1b52",
                "md5": "c074f557a55717276ae38f70e776a5fe",
                "sha256": "b52fdad4c8add82dd0b86043533a4fde93d8d863a7a3d21beac60acc674f49e6"
            },
            "downloads": -1,
            "filename": "proSVD-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c074f557a55717276ae38f70e776a5fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17346,
            "upload_time": "2023-08-08T20:39:52",
            "upload_time_iso_8601": "2023-08-08T20:39:52.516310Z",
            "url": "https://files.pythonhosted.org/packages/a0/90/d2ba50fb694c2f999ad549b1e0fa9d3e5dcdccd4abed84161c73de9d1b52/proSVD-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 20:39:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "prosvd"
}
        
Elapsed time: 0.10577s