Universal Containers (UC) は、顧客の生涯価値スコアと市場セグメントに基づいて、3 つの異なる電子メールのいずれかを顧客に送信する予定です。
UC では電子メールが選択された理由を説明する必要があることを考慮すると、これを実現するために UC はどの AI モデルを使用すればよいでしょうか?
正解:C
Universal Containersshould use aPredictive modelto decide which of the three emails to send based on the customer'slifetime value scoreandmarket 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 provideexplainabilityto show why a certain email was chosen, which is crucial for UC' s requirement to explain the decision-making process.
* Generative modelsare typically used for content creation, not decision-making, and thus wouldn't be suitable for this requirement.
* Predictive modelsoffer the ability to explain why a particular decision was made, which aligns with UC's needs.
Refer toSalesforce's Predictive AI model documentationfor more insights on how predictive models are used for segmentation and decision making.