Course Content
A/B Testing in Python
A/B Testing in Python
1. What is A/B Test?
Comparing Groups
In the previous A/B test, we created a distplot to compare 2 A/B test groups. Let's try to build the qqplot for this test. Furthermore, in this chapter, we will compare the confidence intervals of groups.
Task
Swipe to start coding
- Build the qqplot for the
df_control
. - Build the qqplot for the
df_test
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7
Comparing Groups
In the previous A/B test, we created a distplot to compare 2 A/B test groups. Let's try to build the qqplot for this test. Furthermore, in this chapter, we will compare the confidence intervals of groups.
Task
Swipe to start coding
- Build the qqplot for the
df_control
. - Build the qqplot for the
df_test
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7