Skip to content

dustinstansbury/refreshing-ab-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ [email protected]: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