Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen What to Do with the Button | Performing One More AB Test
A/B Testing in Python
course content

Kursinhalt

A/B Testing in Python

A/B Testing in Python

1. What is A/B Test?
2. The First A/B Test
3. Performing One More AB Test

book
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').

Aufgabe

Swipe to start coding

  1. Perform the statistical analysis with the Mann-Whitney criterion.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 3. Kapitel 8
toggle bottom row

book
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').

Aufgabe

Swipe to start coding

  1. Perform the statistical analysis with the Mann-Whitney criterion.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 3. Kapitel 8
Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
Wir sind enttäuscht, dass etwas schief gelaufen ist. Was ist passiert?
some-alt