Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
$ 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

About

Streamlit app for AB test analysis using spearmint

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages