DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #9
You are creating a Classification process where input is the income, education and current debt of a customer, what could be the possible output of this process.
The correct answer is D. The output might be a risk class, such as "good", "acceptable", "average", or "unacceptable". Classification is the process of using several inputs to produce one or more outputs. For example the input might be the income, education and current debt of a customer The output might be a risk class, such as "good", "acceptable", "average", or "unacceptable". Contrast this…
Question
You are creating a Classification process where input is the income, education and current debt of a customer, what could be the possible output of this process.
Options
- AProbability of the customer default on loan repayment
- BPercentage of the customer loan repayment capability
- CPercentage of the customer should be given loan or not
- DThe output might be a risk class, such as "good", "acceptable", "average", or "unacceptable".
How the community answered
(57 responses)- A4% (2)
- B5% (3)
- C11% (6)
- D81% (46)
Explanation
Classification is the process of using several inputs to produce one or more outputs. For example the input might be the income, education and current debt of a customer The output might be a risk class, such as "good", "acceptable", "average", or "unacceptable". Contrast this to regression where the output is a number not a class.
Topics
Community Discussion
No community discussion yet for this question.