Control and Test Groups
We have decided what criterion we will use in the future to get the final result. Now let's perform more 'checks' between groups to understand if they differ significantly.
All steps we are going to perform are to see if groups do differ. The final check with the p-value and statistical criterion will be as a sum up of everything we did.
We continue analyzing the data we received after the A/B test. Let's divide our data into 2 groups:
- The control group that tests the old version of the site;
- The test group that tests an updated version of the site.
Swipe to start coding
- Create the new variable
df_control
with the'control'
group. - Create the new variable
df_test
with the'test'
group. - Show the first row of the
df_control
. - Show the first row of the
df_test
.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Résumer ce chapitre
Expliquer le code dans file
Expliquer pourquoi file ne résout pas la tâche
Awesome!
Completion rate improved to 4.55
Control and Test Groups
Glissez pour afficher le menu
We have decided what criterion we will use in the future to get the final result. Now let's perform more 'checks' between groups to understand if they differ significantly.
All steps we are going to perform are to see if groups do differ. The final check with the p-value and statistical criterion will be as a sum up of everything we did.
We continue analyzing the data we received after the A/B test. Let's divide our data into 2 groups:
- The control group that tests the old version of the site;
- The test group that tests an updated version of the site.
Swipe to start coding
- Create the new variable
df_control
with the'control'
group. - Create the new variable
df_test
with the'test'
group. - Show the first row of the
df_control
. - Show the first row of the
df_test
.
Solution
Merci pour vos commentaires !
Awesome!
Completion rate improved to 4.55single