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.
Oppgave
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.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 4
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 4.55
Choosing the Criterion
Sveip for å vise menyen
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.
Oppgave
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.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Awesome!
Completion rate improved to 4.55Seksjon 3. Kapittel 4
single