Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 796 Bytes

File metadata and controls

24 lines (18 loc) · 796 Bytes

Refreshing AB Testing

Streamlit app for running AB test analyses powered by spearmint

Try it on Streamlit Cloud Try it on Streamlit

Use the app locally

# Clone the repo
# $ https://github.com/dustinstansbury/refreshing-ab-testing.git  # clone via https
$ git@github.com:dustinstansbury/refreshing-ab-testing.git  # clone repo ssh

# Create and activate virtualenv in the repo
$ cd refreshing-ab-testing
$ python3 -m venv .venv
$ source .venv/bin/activate

# Upgrade venv pip and install app requirements
$ python3 -m pip install --upgrade pip
$ pip install -r requirements.txt

# Run the app
$ streamlit run Hypothesis_Test.py