セクション 2. 章 4
single
Control and Test Groups
メニューを表示するにはスワイプしてください
We have decided what criterion we will use in the future to get the final result. Now let's perform more 'checks' between groups to understand if they differ significantly.
All steps we are going to perform are to see if groups do differ. The final check with the p-value and statistical criterion will be as a sum up of everything we did.
We continue analyzing the data we received after the A/B test. Let's divide our data into 2 groups:
- The control group that tests the old version of the site;
- The test group that tests an updated version of the site.
タスク
スワイプしてコーディングを開始
- Create the new variable
df_controlwith the'control'group. - Create the new variable
df_testwith the'test'group. - Show the first row of the
df_control. - Show the first row of the
df_test.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください