Skip to content

AutoResearch/autora-experiment-runner-experimentation-manager-firebase

Repository files navigation

AutoRA Firebase Experimentation Manager

Firebase Experimentation Manager provides functionality to manage communication of conditions and observation between AutoRA and an experiment on Firebase.

Quickstart Guide

You will need: python >=3.8,<4: https://www.python.org/downloads/

!!! It is recommended to use a python environment manger like virtualenv

Install the package via pip:

pip install "aurora[experiment-runner-experimentation-manager-firebase]"

Test

python -c "from autora.experiment_runner.experimentation_manager.firebase import send_conditions"

Dependencies

autora-core, firebase_admin