セクション 2. 章 7
single
Challenge: Automate A/B Test Winner Selection
メニューを表示するにはスワイプしてください
Quickly identifying the winning variant in an A/B test is crucial for maximizing marketing performance and minimizing wasted spend. By automating the winner selection process, you can rapidly respond to changes in customer behavior and ensure that your campaigns are always optimized for the best results. This approach removes guesswork, allowing you to focus resources on what works and improve your marketing ROI.
タスク
スワイプしてコーディングを開始
Given a DataFrame containing A/B test results with columns for variant names, number of visitors, and conversions, implement a function that identifies the top-performing variant.
- Compute the conversion rate for each variant as conversions divided by visitors.
- Find the variant with the highest conversion rate.
- Return the name of the winning variant and its conversion rate as a tuple.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください