GithubHelp home page GithubHelp logo

bandpy's Introduction

Python Version License: BSD-3 Code style: black

Bandpy

Short description:

Multi-armed single/multi-agent bandits Python package.

Description:

Bandpy aims to provide all classical agents and controllers on a various synthetic and real data environnments to ease benchmark for research and R&D purposes.

Important links

Installation

In order install the package, run::

pip install -r requirements.txt
pip install -e .

To validate the installation, run::

cd examples/1_illustrations
python 0_demo_lin_ucb.py  # to play around examples

Dependencies

The required dependencies to use the software are:

  • Matplotlib (>=3.0.0)
  • Numpy (>=1.10.0)
  • Pandas (>=1.4.1)
  • Scipy (>=1.8.0)
  • Joblib (>=0.16.0)
  • Scikit-Learn (>=1.0.2)
  • Networkx (>=2.8.6)
  • Gym (>=0.23.1)
  • Wget (>=3.0)
  • matrix_factorization

Dev

In order to launch the unit-tests, run the command::

pytest  # run the unit-tests

In order to check the PEP 8 compliance level of the package, run the command::

flake8 --ignore=E501 --count bandpy

bandpy's People

Watchers

Hamza Cherkaoui, Post-doc @ Noah’s Ark Paris, Huawei Technologies, France avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.