Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Now We Can Answer | The First A/B Test
A/B Testing in Python
course content

Kursinhalt

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
Now We Can Answer

This chapter will help us to answer the question 'Can we believe that the variant of the site will help us to increase in clicks?'

So, we have studied how do 2 groups' distributions look like:

  • Their plots don't look similar;
  • Their confidence intervals don' cover each other a lot.

Earlier, we decided that we were going to use t-criterion criterion to cope with our problem. It is our last check to prove whether there is a NON-RANDOM difference between groups.

To perform the t-test use scipy.stats.ttest_ind(control_group_data, test_group_data).

Aufgabe

Swipe to start coding

  1. Perform the t-test.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 7
toggle bottom row

book
Now We Can Answer

This chapter will help us to answer the question 'Can we believe that the variant of the site will help us to increase in clicks?'

So, we have studied how do 2 groups' distributions look like:

  • Their plots don't look similar;
  • Their confidence intervals don' cover each other a lot.

Earlier, we decided that we were going to use t-criterion criterion to cope with our problem. It is our last check to prove whether there is a NON-RANDOM difference between groups.

To perform the t-test use scipy.stats.ttest_ind(control_group_data, test_group_data).

Aufgabe

Swipe to start coding

  1. Perform the t-test.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 7
Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
Wir sind enttäuscht, dass etwas schief gelaufen ist. Was ist passiert?
some-alt