{ "info": { "author": "Joseph P. McKenna", "author_email": "joepatmckenna@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "One-hot multinomial logistic regression\n========================\n\nQuick Start\n-----------\n\nInstallation\n~~~~~~~~~~~~\n\n- To install ``ohmlr`` on your computer using ``pip``, execute\n\n .. code-block:: sh\n\n pip install ohmlr\n\n- Test out ``ohmlr`` in Python:\n\n .. code-block:: python\n\n import ohmlr\n import numpy as np\n\n # create model and generate data\n n_features = 16\n n_x_classes = np.random.randint(2, 10, size=n_features)\n n_y_classes = 8\n model = ohmlr.ohmlr().random(n_features, n_x_classes, n_y_classes)\n x, y = model.generate_data(n_samples=1000)\n\n # fit and score model\n model.fit(x, y)\n print(model.score(x, y))\n\n\nLinks\n-----\n\nOnline documentation:\n http://joepatmckenna.github.io/ohmlr\n\nSource code repository:\n https://github.com/joepatmckenna/ohmlr\n\nPython package index:\n https://pypi.python.org/pypi/ohmlr", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.org/project/ohmlr", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://joepatmckenna.github.io/ohmlr", "keywords": "inference,statistics,machine learning", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ohmlr", "package_url": "https://pypi.org/project/ohmlr/", "platform": "", "project_url": "https://pypi.org/project/ohmlr/", "project_urls": { "Download": "https://pypi.org/project/ohmlr", "Homepage": "http://joepatmckenna.github.io/ohmlr" }, "release_url": "https://pypi.org/project/ohmlr/0.0.17/", "requires_dist": null, "requires_python": "", "summary": "One-hot multinomial logisitc regression", "version": "0.0.17" }, "last_serial": 4304331, "releases": { "0.0.01": [ { "comment_text": "", "digests": { "md5": "30e3fdfa8c5de89d20291f4992c0db17", "sha256": "380ddf5096fe1adcad66760ad600be168c7967bd033f4f473f648a19387b9e1e" }, "downloads": -1, "filename": "ohmlr-0.0.01.tar.gz", "has_sig": false, "md5_digest": "30e3fdfa8c5de89d20291f4992c0db17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4013, "upload_time": "2018-09-14T18:53:08", "url": "https://files.pythonhosted.org/packages/df/d0/5aa0108640bcb749850f74dffa05eb33ed85109cc99876504fbad595a2e9/ohmlr-0.0.01.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "d76ae0df10ce63871c67c12cb1deb29e", "sha256": "2edb95d2109865833d6d07adaacedc7adffbc52497141bb4a6673741e8802f13" }, "downloads": -1, "filename": "ohmlr-0.0.12-py3.7.egg", "has_sig": false, "md5_digest": "d76ae0df10ce63871c67c12cb1deb29e", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 6914, "upload_time": "2018-09-18T03:01:59", "url": "https://files.pythonhosted.org/packages/4e/ab/1ed37e147e3666c29c1ffe023b9c03bb06eba929d872e20e3fccb6cf78c7/ohmlr-0.0.12-py3.7.egg" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "28960944a81326d64ee4c8a5fc9d1bce", "sha256": "3f24d436cbee7e31f29f8ab6d4ac29c99ed558cf7bbb7098f603aad94f6064ef" }, "downloads": -1, "filename": "ohmlr-0.0.14.tar.gz", "has_sig": false, "md5_digest": "28960944a81326d64ee4c8a5fc9d1bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4002, "upload_time": "2018-09-18T03:02:01", "url": "https://files.pythonhosted.org/packages/b2/30/be41d253cd2a860ed7581d47f8cfe0cf4d5d8c8e3091530a8febdc2432d2/ohmlr-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "a4121a113e70c95989ae05d5c28d1ca8", "sha256": "f0474f67656fe187d2e54c727a59e6f15a9e3cb206656461c285fc96464409b2" }, "downloads": -1, "filename": "ohmlr-0.0.15.tar.gz", "has_sig": false, "md5_digest": "a4121a113e70c95989ae05d5c28d1ca8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3931, "upload_time": "2018-09-18T11:06:34", "url": "https://files.pythonhosted.org/packages/ee/03/3fa901ea1ad1742092a31a2e03386ddb61af1036f19127aeeb5ea37f7058/ohmlr-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "3de69a0f969e81109d526c9af56463dc", "sha256": "bb3957ee058c22e4fb294d099d614435e746106d26e476e05a150a7b3b2f6f37" }, "downloads": -1, "filename": "ohmlr-0.0.16.tar.gz", "has_sig": false, "md5_digest": "3de69a0f969e81109d526c9af56463dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4671, "upload_time": "2018-09-24T11:09:48", "url": "https://files.pythonhosted.org/packages/06/c6/ad89ad3bc32dda6afdbb73111eff785bd42ad62e67a363d8f1a7642b9f1c/ohmlr-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "64be79ce3820fa85b05c32469c49252f", "sha256": "359539ee850eb9d64e8a6806c48c8ed23b1629b9b30bb53cd8814156e3f7bd6e" }, "downloads": -1, "filename": "ohmlr-0.0.17.tar.gz", "has_sig": false, "md5_digest": "64be79ce3820fa85b05c32469c49252f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4667, "upload_time": "2018-09-24T11:11:23", "url": "https://files.pythonhosted.org/packages/eb/75/29f764fd42aa29b22b0dc10287e4dec89f6f4e11c9d51d8db67dedbfb773/ohmlr-0.0.17.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "7220161883a299029529b9013a9783ff", "sha256": "35db4833eb5e248d7ed52c350fce96975079b2624788ac24796bbbdfb7709980" }, "downloads": -1, "filename": "ohmlr-0.0.8.tar.gz", "has_sig": false, "md5_digest": "7220161883a299029529b9013a9783ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4000, "upload_time": "2018-09-14T19:53:00", "url": "https://files.pythonhosted.org/packages/3c/bd/590128b887f8fe333ca35163aa53bfc22d08592996fb36debceb8966b9c7/ohmlr-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "64be79ce3820fa85b05c32469c49252f", "sha256": "359539ee850eb9d64e8a6806c48c8ed23b1629b9b30bb53cd8814156e3f7bd6e" }, "downloads": -1, "filename": "ohmlr-0.0.17.tar.gz", "has_sig": false, "md5_digest": "64be79ce3820fa85b05c32469c49252f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4667, "upload_time": "2018-09-24T11:11:23", "url": "https://files.pythonhosted.org/packages/eb/75/29f764fd42aa29b22b0dc10287e4dec89f6f4e11c9d51d8db67dedbfb773/ohmlr-0.0.17.tar.gz" } ] }