Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Dividing into Groups | Performing One More AB Test
A/B Testing in Python
セクション 3.  6
single

single

bookDividing into Groups

メニューを表示するにはスワイプしてください

Now we will divide the data into the control user group and the test user group.

タスク

スワイプしてコーディングを開始

  1. Create the new variable df_control with the 'control' group and using the DataFrame.query() function.
  2. Create the new variable df_test with the 'test' group.
  3. Show the first row of the df_control.
  4. Show the first row of the df_test.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt