Member-only story

Interview Question: What is the goal of A/B testing in Data Science?

Crystal X
2 min readOct 19, 2022

--

A/B testing, also known as split testing, is a basic randomised controlled experiment, used to compare two versions of a variable to find out which one performs better in a controlled environment. The data scientists endeavours to understand and measure the responses between each group that is being tested.

The test that can be performed to measure and understand the results of the A/B test is the two sample hypothesis t-test(or Independent samples t-test).

The two sample t-test is a method used to test whether the unknown population of two groups is equal or not. This test is used to analyse the results of an A/B test and determines whether the means of the two populations are equal.

To perform the two sample t-test, two variables are needed:-

  1. One variable defines the two groups
  2. The second variable is the measurement of interest

It is also necessary to have a hypothesis to perform the test. The hypothesis indicates that the two groups being tested are different.

To conduct a valid test:-

  1. Data values must be independent, i.e. measurements from one observation do not affect the measurements of the other.
  2. Data in each group must…

--

--

Crystal X
Crystal X

Written by Crystal X

I have over five decades experience in the world of work, being in fast food, the military, business, non-profits, and the healthcare sector.

No responses yet