lenaras/ab_test_analysis_ecommerce_landing_page
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
๐ A/B Test Analysis โ E-Commerce Landing Page
Welcome to the interactive Streamlit app for analyzing the results of an A/B test from an e-commerce website.
This dashboard helps decision-makers evaluate:
- Whether to keep the current landing page or adopt a new one
- When conversions are highest (hourly, daily)
- Country-level conversion differences
- Model-based insights using Machine Learning
๐ What You Can Do
โ Explore conversion rates for control vs. treatment groups โ See confidence intervals and power analysis โ Visualize conversion trends by hour and date โ Understand country-level differences โ Try Multi-Armed Bandit simulation โ Test predictive models (Random Forest, LightGBM, XGBoost)
๐ Files
๐ How to Run Locally
pip install -r requirements.txt
streamlit run app.py
