Upd Metric
Do you recall we talked about the fact that we have to be careful while choosing metrics for the A/B test? Let's try to add one metric to check if the result differs. For example, we may try to find if the result changes if we use only users that have been to the site earlier.
Swipe to start coding
- Create the data that includes users that have visited the site for the first time using the
'first_visit_after_test_start'
column. - Perform the statistical analysis with the
Mann-Whitney
criterion.
Lösung
Danke für Ihr Feedback!
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Zusammenfassen Sie dieses Kapitel
Code in file erklären
Erklären, warum file die Aufgabe nicht löst
Awesome!
Completion rate improved to 4.55
Upd Metric
Swipe um das Menü anzuzeigen
Do you recall we talked about the fact that we have to be careful while choosing metrics for the A/B test? Let's try to add one metric to check if the result differs. For example, we may try to find if the result changes if we use only users that have been to the site earlier.
Swipe to start coding
- Create the data that includes users that have visited the site for the first time using the
'first_visit_after_test_start'
column. - Perform the statistical analysis with the
Mann-Whitney
criterion.
Lösung
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 4.55single