Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Control and Test Groups | The First A/B Test
A/B Testing in Python
course content

Kursusindhold

A/B Testing in Python

A/B Testing in Python

1. What is A/B Test?
2. The First A/B Test
3. Performing One More AB Test

book
Control and Test Groups

We have decided what criterion we will use in the future to get the final result. Now let's perform more 'checks' between groups to understand if they differ significantly.

All steps we are going to perform are to see if groups do differ. The final check with the p-value and statistical criterion will be as a sum up of everything we did.

We continue analyzing the data we received after the A/B test. Let's divide our data into 2 groups:

  • The control group that tests the old version of the site;
  • The test group that tests an updated version of the site.
Opgave

Swipe to start coding

  1. Create the new variable df_control with the 'control' group.
  2. Create the new variable df_test with the 'test' group.
  3. Show the first row of the df_control.
  4. Show the first row of the df_test.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 4
toggle bottom row

book
Control and Test Groups

We have decided what criterion we will use in the future to get the final result. Now let's perform more 'checks' between groups to understand if they differ significantly.

All steps we are going to perform are to see if groups do differ. The final check with the p-value and statistical criterion will be as a sum up of everything we did.

We continue analyzing the data we received after the A/B test. Let's divide our data into 2 groups:

  • The control group that tests the old version of the site;
  • The test group that tests an updated version of the site.
Opgave

Swipe to start coding

  1. Create the new variable df_control with the 'control' group.
  2. Create the new variable df_test with the 'test' group.
  3. Show the first row of the df_control.
  4. Show the first row of the df_test.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 4
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt