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.
Tarea
Swipe to start coding
- Import the
seaborn
with thesns
alias. - Import the
scipy
. - Import the
statsmodels.api
with thesm
alias. - Build the
distplot
using thesns
library and the'contact_views_number'
column. - Build the
qqplot
using thesm
library and the'contact_views_number'
column. - Perform the
normaltest
with the'contact_views_number'
column.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 4
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Awesome!
Completion rate improved to 4.55
Choosing the Criterion
Desliza para mostrar el menú
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.
Tarea
Swipe to start coding
- Import the
seaborn
with thesns
alias. - Import the
scipy
. - Import the
statsmodels.api
with thesm
alias. - Build the
distplot
using thesns
library and the'contact_views_number'
column. - Build the
qqplot
using thesm
library and the'contact_views_number'
column. - Perform the
normaltest
with the'contact_views_number'
column.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 4.55Sección 3. Capítulo 4
single