A/B tests are randomly controlled experiments. In A/B testing, you get user response on various versions of the product, and users are split within multiple versions of the product to figure out the “winner” of the version.
A/B tests are randomly controlled experiments. In A/B testing, you get user response on various versions of the product, and users are split within multiple versions of the product to figure out the “winner” of the version.
A/B tests are randomly controlled experiments. In A/B testing, you get user response on various versions of the product, and users are split within multiple versions of the product to figure out the “winner” of the version.
Users of a service, software, app, or website are subjected to A/B testing. There are also multiple instances of A/B testing in the making of Hollywood movies. Where the multiple endings to one title were shot and shown to different audiences. And the better-performing one was rolled out. (Man of Steel, I am legend, the butterfly effect)
We can apply hypothesis testing in A/B testing to find the better-performing version of the product. We can formulate the hypothesis as one version being null and the other being alternate. The assumption behind a null hypothesis stands for whether the assumption is more likely to occur or not.
Consider a webpage as an example. It normally gets five minutes of stickiness on average.
Furthermore, we decided to make some changes (like introducing banners informing about discounts on products) in order to increase user stickiness. After the changes, user stickiness increased by 7–8 minutes on average.
H0: User stickiness is the same after the change.
Ha: User stickiness increased after the change.
Let’s take another example of an edtech app.
This app is having problems because only 30% of visitors are getting retained until next week, when it needs to be more than that.
The first step would be to collect data regarding the problem.
In this case, we need data
Narrow down the root of the problem.
The problem seems to be the journey after the quiz’s start page. Visitors are leaving the site after this page. There may be multiple issues here. Perhaps a lack of interest from the home page to quizzes, or perhaps low-quality content.
Following the research, we will be able to create multiple versions of the app, one of which will contain high-quality content.
On the other hand, other version with the smoothest navigation and discovery experience.
Now on both these versions, we can examine how our KPIs are performing for a considerable time, maybe for a week or two, and it will tell us the entire story.
Run your alternate versions of the app. Make sure you have separate audiences for all versions so that you can collect randomized data.
In some cases, we can run simple visualizations to determine the result.
Always check if your version has a statistically significant outcome over the older version. We can run hypothesis testing now to get the statistically significant value.
At this point, we might have a winner. But it is best practice to validate the gathered test data or run the test again against other versions of the app.
From this use case, you get the idea of how to perform the A/B tests. In an actual use case, there are more details to work on.
A/B tests with live user input are now used by many e-commerce websites. E-commerce websites use A/B testing to compare a product’s variations, or certain products that are the same but have different features highlighted.
As an example, consider the wholesale laptops and accessories industry. It sells laptops in bulk. And its marketing strategy mostly focuses on spreading networks to showrooms and dedicated laptop shops. After a quarter, their GMV (gross merchandise value) does not meet the expected target for that quarter. Following some research, it was determined that this was the incorrect sales strategy in terms of audience.
Sales strategy is not the cause for low GMV
The wrong sales strategy is affecting GMV.
The company has set up a website where it displays each laptop for purchase in quantities of 100 or 200.
So they decided to rethink their sales strategy. As their focus is B2C sellers (Dedicated Laptop Shops), they might require more variety in products than bulk.
As a result, the website lists units ranging from 10-20-50 per unit for all types of laptops and accessories sold as a showroom package.
The audiences should be divided between the alternate version and the old version for the first half of the business quarter. And the sales data was gathered.
Sales rose by 25% with the alternate version. In matters of business, an alternate version is a winner. But statistically, it doesn’t always come out as a win. It matters when there is such a gap between statistical proof and real-world proof.
In the above use case, we could have also made an alternate version by changing the whole audience. But making some changes inward rather than outward makes a financially efficient decision. Changing the PR strategy, Redefining networking on the field, necessitates more funds.
ANCOVA is an extension of ANOVA (Analysis of Variance) that combines blocks of regression analysis and ANOVA. Which makes it Analysis of Covariance.
What if we learn topics in a desirable way!! What if we learn to write Python codes from gamers data !!
Start using NotebookLM today and embark on a smarter, more efficient learning journey!
This can be a super guide for you to start and excel in your data science career.
A method to find a statistical relationship between two variables in a dataset where one variable is used to group data.
Seaborn library has matplotlib at its core for data point visualizations. This library gives highly statistical informative graphics functionality to Seaborn.
The Matplotlib library helps you create static and dynamic visualisations. Dynamic visualizations that are animated and interactive. This library makes it easy to plot data and create graphs.
This library is named Plotly after the company of the same name. Plotly provides visualization libraries for Python, R, MATLAB, Perl, Julia, Arduino, and REST.
Numpy array have functions for matrices ,linear algebra ,Fourier Transform. Numpy arrays provide 50x more speed than a python list.
Numpy has created a vast ecosystem spanning numerous fields of science.
Pandas is a easy to use data analysis and manipulation tool. Pandas provides functionality for categorical,ordinal, and time series data . Panda provides fast and powerful calculations for data analysis.
In this tutorial, you will learn How to Access The Data in Various Ways From the dataframe.
Understand one of the important data types in Python. Each item in a set is distinct. Sets can store multiple items of various types of data.
Tuples are a sequence of Python objects. A tuple is created by separating items with a comma. They are put inside the parenthesis “”(“” , “”)””.
Leave a Reply
You must be logged in to post a comment.