Skip to content

DivyaChitransh/A-B-Testing-of-Themes-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A-B-Testing-of-Themes-using-Python

A/B testing is a powerful and widely used technique to compare and evaluate marketing strategies, designs, layouts, or themes. The primary purpose of A/B testing is to make data-driven decisions that lead to improved user experiences, enhanced performance metrics, and ultimately better business outcomes.

An online bookstore is looking to optimize its website design to improve user engagement and ultimately increase book purchases. The website currently offers two themes for its users: “Light Theme” and “Dark Theme.” The bookstore’s data science team wants to conduct an A/B testing experiment to determine which theme leads to better user engagement and higher conversion rates for book purchases.

The data collected by the bookstore contains user interactions and engagement metrics for both the Light Theme and Dark Theme. The dataset includes the following key features:

  • Theme: dark or light
  • Click Through Rate: The proportion of the users who click on links or buttons on the website.
  • Conversion Rate: The percentage of users who signed up on the platform after visiting for the first time.
  • Bounce Rate: The percentage of users who leave the website without further interaction after visiting a single page.
  • Scroll Depth: The depth to which users scroll through the website pages.
  • Age: The age of the user.
  • Location: The location of the user.
  • Session Duration: The duration of the user’s session on the website.
  • Purchases: Whether the user purchased the book (Yes/No).
  • Added_to_Cart: Whether the user added books to the cart (Yes/No).

The task was to identify which theme, Light Theme or Dark Theme, yields better user engagement, purchases and conversion rates. You need to determine if there is a statistically significant difference in the key metrics between the two themes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published