Зміст курсу
A/B Testing in Python
A/B Testing in Python
1. What is A/B Test?
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')
.
Завдання
Swipe to start coding
- Perform the statistical analysis with the
Mann-Whitney
criterion.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 8
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')
.
Завдання
Swipe to start coding
- Perform the statistical analysis with the
Mann-Whitney
criterion.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 8