CT-AI · Question #131
Which machine learning approach is most suitable for predicting customer purchase probability?
The correct answer is B. Supervised learning (classification). The ISTQB CT-AI syllabus explains in Section1.6 - Machine Learning Approachesthatsupervised learningis appropriate when labeled data exists and the goal is to predict an output based on known historical examples. Predicting a customer'spurchase probabilityis aclassificationtask…
Question
Which machine learning approach is most suitable for predicting customer purchase probability?
Options
- ASupervised learning (regression)
- BSupervised learning (classification)
- CUnsupervised learning
- DReinforcement learning
How the community answered
(55 responses)- A4% (2)
- B75% (41)
- C7% (4)
- D15% (8)
Explanation
The ISTQB CT-AI syllabus explains in Section1.6 - Machine Learning Approachesthatsupervised learningis appropriate when labeled data exists and the goal is to predict an output based on known historical examples. Predicting a customer'spurchase probabilityis aclassificationtask when the output corresponds to discrete categories such as"likely to purchase"vs."not likely to purchase."The syllabus gives similar examples in describing classification as the process of assigning instances to predefined classes based on learned patterns in labeled data. Because the retail company wants to determine whether a customer will make a purchase based on marketing actions, classification is the most appropriate choice .
Topics
Community Discussion
No community discussion yet for this question.