{ "info": { "author": "Amane Suzuki", "author_email": "amane.suzu@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\nDescription: # PyGTM\n \n A python implementation of Generative Topographic Mapping.\n \n **This is beta release.**\n For example, this project has no test as you can see.\n \n ## Requirements\n \n - numpy\n - scipy\n - scikit-learn\n \n ## Getting Started\n \n To install PyGTM, use `pip`\n \n ```bash\n $ pip install -U pygtm\n ```\n \n The pygtm package inherits scikit-learn classes.\n \n ```python\n from pygtm import GTM\n from sklearn.datasets import load_iris\n from sklearn.preprocessing import StandardScaler\n from sklearn.pipeline import make_pipeline\n \n iris = load_iris()\n model = make_pipeline(\n StandardScaler(),\n GTM(n_components=2)\n )\n embedding = model.fit_transform(iris.data)\n ```\n \n ## References\n \n - [GTM: The Generative Topographic Mapping](https://www.microsoft.com/en-us/research/publication/gtm-the-generative-topographic-mapping/)\n - [Development of the Generative Topographic Mapping](https://www.microsoft.com/en-us/research/publication/developments-of-the-generative-topographic-mapping/)\nPlatform: UNKNOWN\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amaotone/pygtm", "keywords": "", "license": "Copyright (c) 2018 Amane Suzuki", "maintainer": "", "maintainer_email": "", "name": "pygtm", "package_url": "https://pypi.org/project/pygtm/", "platform": "", "project_url": "https://pypi.org/project/pygtm/", "project_urls": { "Homepage": "https://github.com/amaotone/pygtm" }, "release_url": "https://pypi.org/project/pygtm/0.0.2/", "requires_dist": [ "numpy", "scipy", "scikit-learn" ], "requires_python": "", "summary": "A python implementation of Generative Topographic Mapping.", "version": "0.0.2" }, "last_serial": 3790788, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9a94b2251da3aeb929d91cc41b588055", "sha256": "66fbe112752dec3f027874736c78c48cd76694d80aea70eaf06790a6e1cb87c7" }, "downloads": -1, "filename": "pygtm-0.0.1-py3.6.egg", "has_sig": false, "md5_digest": "9a94b2251da3aeb929d91cc41b588055", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 12593, "upload_time": "2018-04-20T09:57:02", "url": "https://files.pythonhosted.org/packages/a2/10/1c49dac09f906bb5464e20da2164fc447d941556b8eba591a64ea92fcd71/pygtm-0.0.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "ef24b61fea3a0698480020fa17a43644", "sha256": "cb38163317b8d8503cfdd15827584c03c8500c5507b38ddb69801ce76436a0e0" }, "downloads": -1, "filename": "pygtm-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ef24b61fea3a0698480020fa17a43644", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8071, "upload_time": "2018-04-20T09:57:00", "url": "https://files.pythonhosted.org/packages/9c/ba/b0b353987e9a060e904e62fb60863b9b2ad332a96aa57e2f9995eb325a3f/pygtm-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12a0110d0ed1c9730b304b7bc31d1b25", "sha256": "dee25e4faabea6c0fd535cec35ae69c6078afbebe76a6e84d761049a4b4c7241" }, "downloads": -1, "filename": "pygtm-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12a0110d0ed1c9730b304b7bc31d1b25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6916, "upload_time": "2018-04-20T09:57:03", "url": "https://files.pythonhosted.org/packages/4c/d2/4dbfe672b7bf36b637b2563d1b61c887ab51b738937928a2bd3c7bd13798/pygtm-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e959cdc4faa2e3bcffcbfbbc098c7f09", "sha256": "fb749101ac2efc3a6fb5e1b189dea0fa4126610e2a98dd9f6c2fecf0707bad15" }, "downloads": -1, "filename": "pygtm-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e959cdc4faa2e3bcffcbfbbc098c7f09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8568, "upload_time": "2018-04-23T04:25:22", "url": "https://files.pythonhosted.org/packages/7e/fb/b3a079a7e21ed942f572aab9b0f9ffdcf24b949e8e2d1bfe18ce28ff2cae/pygtm-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3838b7870fc2c2a7c04e8dca7e9e6e11", "sha256": "f077f3e600ed6c3a64533b71355e5d82233f36fbf6bea05f3c6ad744c1d6f62d" }, "downloads": -1, "filename": "pygtm-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3838b7870fc2c2a7c04e8dca7e9e6e11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3218, "upload_time": "2018-04-23T04:25:24", "url": "https://files.pythonhosted.org/packages/c6/5f/651ab27c9b315030ec39c917787b68b066a42a6c6c3461faea21d45d777c/pygtm-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e959cdc4faa2e3bcffcbfbbc098c7f09", "sha256": "fb749101ac2efc3a6fb5e1b189dea0fa4126610e2a98dd9f6c2fecf0707bad15" }, "downloads": -1, "filename": "pygtm-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e959cdc4faa2e3bcffcbfbbc098c7f09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8568, "upload_time": "2018-04-23T04:25:22", "url": "https://files.pythonhosted.org/packages/7e/fb/b3a079a7e21ed942f572aab9b0f9ffdcf24b949e8e2d1bfe18ce28ff2cae/pygtm-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3838b7870fc2c2a7c04e8dca7e9e6e11", "sha256": "f077f3e600ed6c3a64533b71355e5d82233f36fbf6bea05f3c6ad744c1d6f62d" }, "downloads": -1, "filename": "pygtm-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3838b7870fc2c2a7c04e8dca7e9e6e11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3218, "upload_time": "2018-04-23T04:25:24", "url": "https://files.pythonhosted.org/packages/c6/5f/651ab27c9b315030ec39c917787b68b066a42a6c6c3461faea21d45d777c/pygtm-0.0.2.tar.gz" } ] }