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

Contenuti del Corso

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

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 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.
Compito

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 4
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt