Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Choosing the Criterion | Performing One More AB Test
A/B Testing in Python
course content

Kursinnehåll

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
Choosing the Criterion

The preprocessed file is already put in the code editor!

As we did with the first A/B test, we will do it now. We need to:

  • Look at the distribution of the data;
  • Choosing the table below decide what criterion to select for the work.
Uppgift

Swipe to start coding

  1. Import the seaborn with the sns alias.
  2. Import the scipy.
  3. Import the statsmodels.api with the sm alias.
  4. Build the distplot using the sns library and the 'contact_views_number' column.
  5. Build the qqplot using the sm library and the 'contact_views_number' column.
  6. Perform the normaltest with the 'contact_views_number' column.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 4
toggle bottom row

book
Choosing the Criterion

The preprocessed file is already put in the code editor!

As we did with the first A/B test, we will do it now. We need to:

  • Look at the distribution of the data;
  • Choosing the table below decide what criterion to select for the work.
Uppgift

Swipe to start coding

  1. Import the seaborn with the sns alias.
  2. Import the scipy.
  3. Import the statsmodels.api with the sm alias.
  4. Build the distplot using the sns library and the 'contact_views_number' column.
  5. Build the qqplot using the sm library and the 'contact_views_number' column.
  6. Perform the normaltest with the 'contact_views_number' column.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 4
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt