# Product Feature Optimization Engine
An A/B testing and statistical decision-making system designed to evaluate whether new
product features deliver real, measurable improvements.
## π Overview
This project simulates a real-world A/B experiment where users are randomly split into
control (A) and treatment (B) groups to evaluate the impact of a new product feature.
## π§ͺ Experiment Design
- Control Group (A): Existing feature
- Treatment Group (B): New feature
- Metric: Conversion Rate
## π Analysis
- Computed conversion rates for both groups
- Formulated null and alternative hypotheses
- Applied two-sample t-test for statistical significance
## π Results
- Treatment group showed higher conversion rate
- p-value βͺ 0.05
- Statistically significant improvement
## β Decision
Ship the new feature.
## π Tech Stack
- Python
- Pandas, NumPy
- SciPy
- Matplotlib
## π Use Case
Designed for product teams to validate feature rollouts using statistically sound methods.