{ "info": { "author": "Ameya Daigavane", "author_email": "ameya.d.98@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "# TimeSeriesVisualization\nVisualization of Time-Series with the Matrix Profile and Multidimensional Scaling - a Python Implementation.\n\n## Introduction\nMultidimensional scaling is an algorithm that projects a set of objects represented by their distance matrix into a lesser dimensional space, such that the pairwise distance is preserved as much as possible. If we project onto a 1-dimensional or a 2-dimensional space, we can even plot the resultant projections, and visually understand the similarity between these objects. \nAt a first glance, this seems applicable to time-series as well, where we want to capture similar regions across the entire time-series. \nHowever, since we do not know apriori where our regions of interest are, we can simply select all subsequences of a given length from the original time-series. \nLet's try this out!\n\n\n## References\nMatrix Profile III: The Matrix Profile Allows Visualization of Salient Subsequences in Massive Time Series. \nChin-Chia Michael Yeh, Helga Van Herle, and Eamonn Keogh. IEEE ICDM 2016.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ameya98/TimeSeriesVisualization", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tsvisualize", "package_url": "https://pypi.org/project/tsvisualize/", "platform": "", "project_url": "https://pypi.org/project/tsvisualize/", "project_urls": { "Homepage": "https://github.com/ameya98/TimeSeriesVisualization" }, "release_url": "https://pypi.org/project/tsvisualize/1.0/", "requires_dist": null, "requires_python": "", "summary": "Time-series Visualization with the Matrix Profile and Multidimensional Scaling.", "version": "1.0" }, "last_serial": 5405514, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "59a81508dfbec8a26697328178f5e9ec", "sha256": "b9d23f805b713d05b0282898ca6f55b3dd155e0a47f9ce6816422544563c8184" }, "downloads": -1, "filename": "tsvisualize-1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "59a81508dfbec8a26697328178f5e9ec", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5196, "upload_time": "2019-06-16T03:49:35", "url": "https://files.pythonhosted.org/packages/3d/74/edff0062f282bbb5ce0bd5185666f611fc23f9a88ef7c5ee83977c8a1a3a/tsvisualize-1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d69c8af59b5db500f8489bcef8476182", "sha256": "9a2a4c347544de3291d48f96e8bded03aac6a89c9ce4e8e095940d6df4b88f14" }, "downloads": -1, "filename": "tsvisualize-1.0.tar.gz", "has_sig": false, "md5_digest": "d69c8af59b5db500f8489bcef8476182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3778, "upload_time": "2019-06-16T03:49:37", "url": "https://files.pythonhosted.org/packages/6c/86/054bc03e4e1d5531c01a56352e0f103eb734e60c0c1df0eeb46aca68b00a/tsvisualize-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59a81508dfbec8a26697328178f5e9ec", "sha256": "b9d23f805b713d05b0282898ca6f55b3dd155e0a47f9ce6816422544563c8184" }, "downloads": -1, "filename": "tsvisualize-1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "59a81508dfbec8a26697328178f5e9ec", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5196, "upload_time": "2019-06-16T03:49:35", "url": "https://files.pythonhosted.org/packages/3d/74/edff0062f282bbb5ce0bd5185666f611fc23f9a88ef7c5ee83977c8a1a3a/tsvisualize-1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d69c8af59b5db500f8489bcef8476182", "sha256": "9a2a4c347544de3291d48f96e8bded03aac6a89c9ce4e8e095940d6df4b88f14" }, "downloads": -1, "filename": "tsvisualize-1.0.tar.gz", "has_sig": false, "md5_digest": "d69c8af59b5db500f8489bcef8476182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3778, "upload_time": "2019-06-16T03:49:37", "url": "https://files.pythonhosted.org/packages/6c/86/054bc03e4e1d5531c01a56352e0f103eb734e60c0c1df0eeb46aca68b00a/tsvisualize-1.0.tar.gz" } ] }