Skip to main content

MABWiser: Parallelizable Contextual Multi-Armed Bandits Library

Project description

MABWiser: Parallelizable Contextual Multi-Armed Bandits

MABWiser is a research library written in Python for rapid prototyping of multi-armed bandit algorithms. It supports context-free, parametric and non-parametric contextual bandit models and provides built-in parallelization for both training and testing components. The library also provides a simulation utility for comparing different policies and performing hyper-parameter tuning. MABWiser follows a scikit-learn style public interface, adheres to PEP-8 standards, and is tested heavily. Full documentation is available at fidelity.github.io/mabwiser.

MABWiser is developed by the Artificial Intelligence Center of Excellence at Fidelity Investments.

Quick Start

# An example that shows how to use the UCB1 learning policy
# to choose between two arms based on their expected rewards.

# Import MABWiser Library
from mabwiser.mab import MAB, LearningPolicy, NeighborhoodPolicy

# Data
arms = ['Arm1', 'Arm2']
decisions = ['Arm1', 'Arm1', 'Arm2', 'Arm1']
rewards = [20, 17, 25, 9]

# Model 
mab = MAB(arms, LearningPolicy.UCB1(alpha=1.25))

# Train
mab.fit(decisions, rewards)

# Test
mab.predict()

Available Bandit Policies

Available Learning Policies:

  • Epsilon Greedy
  • LinTS
  • LinUCB
  • Popularity
  • Random
  • Softmax
  • Thompson Sampling (TS)
  • Upper Confidence Bound (UCB1)

Available Neighborhood Policies:

  • Clusters
  • K-Nearest
  • Radius

Installation

MABWiser is available to install as: pip install mabwiser

It can also be installed by building from source by following the instructions in our documentation.

Support

Please submit bug reports and feature requests as Issues.

For additional questions and feedback, please contact us at mabwiser@fmr.com.

Citation

If you use MABWiser in a publication, please cite it as:

E. Strong, B. Kleynhans, and S. Kadioglu, "MABWiser: A Parallelizable Contextual Multi-Armed Bandit Library for Python," in 2019 IEEE 31st International Conference on Tools with Artificial Intelligence (ICTAI 2019) (pp.885-890). IEEE, 2019.

    @inproceedings{mabwiser2019,
      author    = {Strong, Emily and Kleynhans, Bernard and Kadioglu, Serdar},
      title     = {MABWiser: A Parallelizable Contextual Multi-Armed Bandit Library for Python},
      booktitle = {2019 IEEE 31st International Conference on Tools with Artificial Intelligence (ICTAI 2019)},
      year      = {2019},
      pages     = {885-890},
      organization = {IEEE},
      url       = {https://github.com/fidelity/mabwiser}
    }

License

MABWiser is licensed under the Apache License 2.0.


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

mabwiser-1.10.1.tar.gz (6.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mabwiser-1.10.1-py3-none-any.whl (46.0 kB view details)

Uploaded Python 3

File details

Details for the file mabwiser-1.10.1.tar.gz.

File metadata

  • Download URL: mabwiser-1.10.1.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3

File hashes

Hashes for mabwiser-1.10.1.tar.gz
Algorithm Hash digest
SHA256 8936def4ff3f9266eead0d8e79c2a581672457326bbd212eb5f7479d53db8000
MD5 9716a8962464858240ed0de03e2bfa8e
BLAKE2b-256 7b2b65e7d9c116634329fa065f7665f05a4fea043813bc834e4e552d706b6877

See more details on using hashes here.

File details

Details for the file mabwiser-1.10.1-py3-none-any.whl.

File metadata

  • Download URL: mabwiser-1.10.1-py3-none-any.whl
  • Upload date:
  • Size: 46.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3

File hashes

Hashes for mabwiser-1.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 89ec301b4f3cf65a027775ec23b850d11529a469f57306b8b7dac4716697076a
MD5 c71ab97aeea6ef9ae4fa4493b9c350d3
BLAKE2b-256 e0711624f7b963c57a6dc70705b02b29d38c5f381d91c2d9ce60b8214afb7eac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page