Universal Containers (UC) は、顧客の生涯価値スコアと市場セグメントに基づいて、3 つの異なる電子メールのいずれかを顧客に送信する予定です。
UC では電子メールが選択された理由を説明する必要があることを考慮すると、これを実現するために UC はどの AI モデルを使用すればよいでしょうか?
正解:C
Universal Containers should use a Predictive model to decide which of the three emails to send based on the customer's lifetime value score and market segment. Predictive models analyze data to forecast outcomes, and in this case, it would predict the most appropriate email to send based on customer attributes.
Additionally, predictive models can provide explainability to show why a certain email was chosen, which is crucial for UC's requirement to explain the decision-making process.
* Generative models are typically used for content creation, not decision-making, and thus wouldn't be suitable for this requirement.
* Predictive models offer the ability to explain why a particular decision was made, which aligns with UC's needs.
Refer to Salesforce's Predictive AI model documentation for more insights on how predictive models are used for segmentation and decision making.