Skip to content

An A/B test analysis of landing page performance using conversion data and hypothesis testing. Includes data cleaning, Z-test for proportions, and business insights on whether to adopt the new page.

License

Notifications You must be signed in to change notification settings

l1ght14/ab-testing-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A/B Testing – Landing Page Conversion Analysis

Overview

This project analyzes an A/B test for a landing page to determine if the new version leads to a higher conversion rate compared to the old one. The test uses statistical analysis to validate business decisions.

Dataset

  • Name: ab_data.csv
  • Size: ~294k rows
  • Features: user ID, timestamp, group (control/treatment), landing page, conversion status

Key Steps

  • Data cleaning and filtering mismatched group-page pairs
  • Conversion rate analysis
  • Hypothesis testing using Z-test for proportions
  • Business recommendation based on statistical results

Result

  • Control group conversion rate: 12.04%
  • Treatment group conversion rate: 11.88%
  • P-value = 0.1897 → not statistically significant
  • Conclusion: No measurable benefit from the new landing page

Tools Used

  • Python
  • Pandas
  • statsmodels
  • Google Colab / Jupyter Notebook

Author

Prakash Sharma

About

An A/B test analysis of landing page performance using conversion data and hypothesis testing. Includes data cleaning, Z-test for proportions, and business insights on whether to adopt the new page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published