A package of functions for analyzing online experiments
Background on the need for this repo is here.
While the data team largely relies on the Experiment pipeline and dashboard to analyze online experiments, many members are creating their own offline analyses in Mode's notebook. This can be error prone as it required copying and pasting very large analysis functions for every notebook.
The ideal state is to have shared functions for this work that the data team can import in Mode. Mode allows pip installable packages, but only for Public repos. There is no current way in the Mode product to pip install private repos. This repo will be a small package of (peer-reviewed) stats functions maintained by the experimentation team on core data infra (Elizabeth is the lead there) that can be imported into Mode notebooks. Contributions from the DS team are welcome!
More documentation on how to use these functions can be found here.