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')
.
Task
Swipe to start coding
- Perform the statistical analysis with the
Mann-Whitney
criterion.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 8
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 4.55
What to Do with the Button
Swipe to show 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')
.
Task
Swipe to start coding
- Perform the statistical analysis with the
Mann-Whitney
criterion.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 4.55SectionΒ 3. ChapterΒ 8
single