AIF-C01 · Question #351
A company wants to develop an interpretable ML model to assess the risk of loan applications. Which type of ML model or algorithm will meet these requirements?
The correct answer is B. Logistic regression model. Logistic regression is a simple, interpretable ML model that provides clear relationships between input features and predicted outcomes. It is widely used for risk assessment tasks like loan applications, where transparency and explainability are critical.
Question
A company wants to develop an interpretable ML model to assess the risk of loan applications. Which type of ML model or algorithm will meet these requirements?
Options
- ADeep learning model
- BLogistic regression model
- CK-means algorithm
- DRandom cut forest algorithm
How the community answered
(26 responses)- A8% (2)
- B77% (20)
- C4% (1)
- D12% (3)
Explanation
Logistic regression is a simple, interpretable ML model that provides clear relationships between input features and predicted outcomes. It is widely used for risk assessment tasks like loan applications, where transparency and explainability are critical.
Topics
Community Discussion
No community discussion yet for this question.