Plots to Compare
I advise you to compare 2 groups from the A/B using the criterion and other comparing methods. For example, we can build 2 distplots:
- One distplot for the control group;
- The second one for the test group.
After building plots, we can't say if we can believe our A/B test, but we can see approximately what results we will receive.
Swipe to start coding
- Build the distpot using the
seaborn
library for thedf_control
. - Build the distpot using the
seaborn
library for thedf_test
.
orange color - test group, blue color - control group.
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
Plots to Compare
Swipe um das Menü anzuzeigen
I advise you to compare 2 groups from the A/B using the criterion and other comparing methods. For example, we can build 2 distplots:
- One distplot for the control group;
- The second one for the test group.
After building plots, we can't say if we can believe our A/B test, but we can see approximately what results we will receive.
Swipe to start coding
- Build the distpot using the
seaborn
library for thedf_control
. - Build the distpot using the
seaborn
library for thedf_test
.
orange color - test group, blue color - control group.
Lösung
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 4.55single