Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Choosing the Criterion | Performing One More AB 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
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.
Opgave

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 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 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.
Opgave

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 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 3. 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