{ "info": { "author": "Alexander Fabisch", "author_email": "afabisch@googlemail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "===\ngmr\n===\n\n.. image:: https://api.travis-ci.org/AlexanderFabisch/gmr.png?branch=master\n :target: https://travis-ci.org/AlexanderFabisch/gmr\n :alt: Travis\n.. image:: https://landscape.io/github/AlexanderFabisch/gmr/master/landscape.svg?style=flat\n :target: https://landscape.io/github/AlexanderFabisch/gmr/master\n :alt: Code Health\n\nGaussian Mixture Models (GMMs) for clustering and regression in Python.\n\nSource code repository: https://github.com/AlexanderFabisch/gmr\n\nExample\n-------\n\nEstimate GMM from samples and sample from GMM::\n\n from gmr import GMM\n\n gmm = GMM(n_components=3, random_state=random_state)\n gmm.from_samples(X)\n X_sampled = gmm.sample(100)\n\n\nFor more details, see::\n\n help(gmr)\n\nInstallation\n------------\n\nInstall from `PyPI`_::\n\n sudo pip install gmr\n\nor from source::\n\n sudo python setup.py install\n\n.. _PyPi: https://pypi.python.org/pypi", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AlexanderFabisch/gmr", "keywords": null, "license": "new BSD", "maintainer": null, "maintainer_email": null, "name": "gmr", "package_url": "https://pypi.org/project/gmr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gmr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AlexanderFabisch/gmr" }, "release_url": "https://pypi.org/project/gmr/1.1/", "requires_dist": null, "requires_python": null, "summary": "Gaussian Mixture Regression", "version": "1.1" }, "last_serial": 1984339, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ff703dbb825f0e903ab93ebcf21120c2", "sha256": "269d2559586198a09ec53fa68de5d06d1c2d4dbd7469f673087cce66dd3a485d" }, "downloads": -1, "filename": "gmr-1.0.tar.gz", "has_sig": false, "md5_digest": "ff703dbb825f0e903ab93ebcf21120c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5629, "upload_time": "2014-02-24T07:21:18", "url": "https://files.pythonhosted.org/packages/56/bd/d276d0816369ca291a43d38ff12f4aa08017966f739a780fc08adf0d4629/gmr-1.0.tar.gz" } ], "1.1": [] }, "urls": [] }