{ "info": { "author": "Charles Franzen", "author_email": "chip.franzen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "# Dillinger: Deadly accurate multi-armed bandits\n\nDillinger is a guide to using Bayesian optimization to select new actions for multi-armed bandits. The core of the project is a **Gaussian Process** class that can be fit to observations from multi-armed bandits. To facilitate demonstration, the package also has the following features: a data generator that simulates LTV of customers based on a price sensitivity curve, and an implementation of the Softmax bandit algorithm.\n\nThis project is still very much under construction, as I'm adapting an existing project to make it more useable and accessible to those interested in applying Bayesian optimization to A/B tests or multi-armed bandit experiments.\n\nSee `demos\\` for examples of how to use this package.\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chipfranzen/dillinger", "keywords": "mutli-armed-bandits bayesian-optimization gaussian-processes", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dillinger", "package_url": "https://pypi.org/project/dillinger/", "platform": "", "project_url": "https://pypi.org/project/dillinger/", "project_urls": { "Homepage": "https://github.com/chipfranzen/dillinger" }, "release_url": "https://pypi.org/project/dillinger/1.0.0.dev1/", "requires_dist": [ "matplotlib", "numpy", "pandas", "scipy", "seaborn" ], "requires_python": ">=3", "summary": "Bayesian optimization for iterated multi-armed bandit experiments.", "version": "1.0.0.dev1" }, "last_serial": 3096113, "releases": { "1.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "4b1a640c69cdd692aac8bb4002ed7a7a", "sha256": "82c395d443d2788e8d2a19d3c6b5b2745e3b089f958e0f4ff4bf9fea95d249da" }, "downloads": -1, "filename": "dillinger-1.0.0.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "4b1a640c69cdd692aac8bb4002ed7a7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 11960, "upload_time": "2017-08-14T18:17:54", "url": "https://files.pythonhosted.org/packages/83/26/04f2314b7a0f54182f5549c980507a182eefa916ac4f8778530bc06e1712/dillinger-1.0.0.dev1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c745d5d47aff9484765b2d5c2adc7e66", "sha256": "38195a8e9821d0901dfae8655ea089544ccd18ec43722278b924e55c3bf2c64f" }, "downloads": -1, "filename": "dillinger-1.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "c745d5d47aff9484765b2d5c2adc7e66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8851, "upload_time": "2017-08-14T18:17:55", "url": "https://files.pythonhosted.org/packages/78/05/63359b40844820a9ba2671c68f88fd7dadeee6e18853af0ba660ebd8034b/dillinger-1.0.0.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4b1a640c69cdd692aac8bb4002ed7a7a", "sha256": "82c395d443d2788e8d2a19d3c6b5b2745e3b089f958e0f4ff4bf9fea95d249da" }, "downloads": -1, "filename": "dillinger-1.0.0.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "4b1a640c69cdd692aac8bb4002ed7a7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 11960, "upload_time": "2017-08-14T18:17:54", "url": "https://files.pythonhosted.org/packages/83/26/04f2314b7a0f54182f5549c980507a182eefa916ac4f8778530bc06e1712/dillinger-1.0.0.dev1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c745d5d47aff9484765b2d5c2adc7e66", "sha256": "38195a8e9821d0901dfae8655ea089544ccd18ec43722278b924e55c3bf2c64f" }, "downloads": -1, "filename": "dillinger-1.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "c745d5d47aff9484765b2d5c2adc7e66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8851, "upload_time": "2017-08-14T18:17:55", "url": "https://files.pythonhosted.org/packages/78/05/63359b40844820a9ba2671c68f88fd7dadeee6e18853af0ba660ebd8034b/dillinger-1.0.0.dev1.tar.gz" } ] }