Kursinnehåll
A/B Testing in Python
A/B Testing in Python
1. What is A/B Test?
Data Study
We have coped with the easy variant of the A/B test. Now we will cope with another A/B test where we will receive another distribution, and we will use another criterion.
Before moving to the next, please, study what data you receive during the 14 days of the A/B test.
Column name | What's inside? |
---|---|
user_id | the user id |
date | the date the user visited the page |
group | the group name (control/test) |
platform | the platform the user is using |
device_type | the device type |
first_visit_after_test_start | whether the user visited the site for the first time or not |
contact_views_number | the number of clicks on the control/test button |
start_chats_number | the number of clicks in the 'Chat' button |
Please, read the task for the A/B test.
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 3. Kapitel 1