We actively welcome your pull requests.
- Fork the repo and create your branch from
master
. - Update the documentation if necessary.
- Make sure your code lints with
black
.
Clone the repo & install the development requirements:
git clone https://github.com/banditml/offline-policy-evaluation.git
cd offline-policy-evaluation
virtualenv env
. env/bin/activate
pip install -r dev-requirements.txt
To test changes to the library, run the notebooks in examples/
which use the local version of the library.
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
By contributing to banditml/offline-policy-evaluation, you agree that your contributions will be licensed under the COPYING file in the root directory of this source tree.