We want to make contributing to this project as easy and transparent as possible.
Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue. The recommended issue format is:
How to reproduce the issue.
Expected output.
Your environment.
Install developer packages from project root:
pip install -e .[dev]
Test project:
make test
Lint project:
make lint
We actively welcome your pull requests.
- Fork the repo and create your branch from
main
. - If you've changed APIs, update the documentation.
- Ensure the test suite passes (
make test
). - Make sure your code lints (
make lint
) - Ensure no regressions in baseline model speed and accuracy.
By contributing to the repository, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.