A multi-armed bandit library for Python
Project description
A multi-armed bandit library for Python
slots is intended to be a basic, very easy-to-use multi-armed bandit library for Python.
- Author:
- License:
BSD
Introduction
slots is a Python library designed to allow the user to explore and use simple multi-armed bandit (MAB) strategies. The basic concept behind the multi-armed bandit problem is that you are faced with n choices (e.g. slot machines, medicines, or UI/UX designs), each of which results in a “win” with some unknown probability. Multi-armed bandit strategies are designed to let you quickly determine which choice will yield the highest result over time, while reducing the number of tests (or arm pulls) needed to make this determination. Typically, MAB strategies attempt to strike a balance between “exploration”, testing different arms in order to find the best, and “exploitation”, using the best known choice. There are many variation of this problem, see here for more background.
slots provides a hopefully simple API to allow you to explore, test, and use these strategies. See the development site for usage and API details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file slots-0.2.0.tar.gz
.
File metadata
- Download URL: slots-0.2.0.tar.gz
- Upload date:
- Size: 61.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35edf5988ee5618777399d2da861589cb4a26d2229d7198bf6f360ca75f12948 |
|
MD5 | b890f1f6286ced36282baa44a5058be2 |
|
BLAKE2b-256 | c228191c23b847694995236102a83d5a574694fdf8ca0fcf12f1ffd6bd02d4b3 |
File details
Details for the file slots-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: slots-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a814f1a064c5d365bb4dc87b8355dd8dc9d0cee4fde325cda8bfe060e113ce |
|
MD5 | 26066858ad75e7d2a2d47b21eb72f52d |
|
BLAKE2b-256 | ad2f15fe9470acfa66587d402bd50dbe34a57b184f8c86929d3ec0238f738e9c |