Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tmcclintock/savi
- Owner: tmcclintock
- License: mit
- Created: 2023-06-16T23:00:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T21:48:58.000Z (over 1 year ago)
- Last Synced: 2024-12-14T17:09:36.686Z (about 1 month ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```