/abtest-dashboards-sample-app

This repository is for helping you guy's prepare dashboarch for evaluating AB test result

Primary LanguagePython

ローカル環境でのapp起動方法

cd path/to/abtest-dashboards-sample-app
export PYTHONPATH=$(pwd)
streamlit run app/main.py

sqliteテーブルデータの初期化方法

cd path/to/abtest-dashboards-sample-app
python sqlite/initialize_database.py