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

Conteúdo do Curso

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

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.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 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.
Tarefa

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.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 4
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Sentimos muito que algo saiu errado. O que aconteceu?
some-alt