What to Do with the Button
It's time to answer the main question! Note that we chose the Mann-Whitney criterion for this A/B test.
Use
scipy.stats.mannwhitneyu(control_group_data, test_group_data, alternative = 'greater')
.
Tâche
Swipe to start coding
- Perform the statistical analysis with the
Mann-Whitney
criterion.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 8
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
Awesome!
Completion rate improved to 4.55
What to Do with the Button
Glissez pour afficher le menu
It's time to answer the main question! Note that we chose the Mann-Whitney criterion for this A/B test.
Use
scipy.stats.mannwhitneyu(control_group_data, test_group_data, alternative = 'greater')
.
Tâche
Swipe to start coding
- Perform the statistical analysis with the
Mann-Whitney
criterion.
Solution
Tout était clair ?
Merci pour vos commentaires !
Awesome!
Completion rate improved to 4.55Section 3. Chapitre 8
single