Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmcclintock/savi

Safe anytime-valid inference (SAVI) techniques.
https://github.com/tmcclintock/savi

Last synced: 14 days ago
JSON representation

Safe anytime-valid inference (SAVI) techniques.

Awesome Lists containing this project

README

        

# Safe anytime-valid inference
For impatient A/B testers.

## Installation for developers
Install the virtual environment with `poetry`:

```bash
poetry install
```

Enter the virtual environment (or else prepend `poetry run` to every following command):
```bash
poetry shell
```

Install the pre-commit hooks:
```bash
pre-commit install
```