
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which ML model type meets these requirements?
A company wants to build a lead prioritization application for its employees to contact potential customers. The application must give employees the ability to view and adjust the weights assigned to different variables in the model based on domain knowledge and expertise.
A
Logistic regression model
B
Deep learning model built on principal components
C
K-nearest neighbors (k-NN) model
D
Neural network
Explanation:
Logistic regression is a linear model that assigns weights to input features, making it highly interpretable. These weights can be viewed and adjusted by domain experts based on their knowledge — which directly satisfies the requirement of allowing employees to 'view and adjust the weights assigned to different variables.'
Thus, Logistic regression is the most suitable model for this use case due to its transparency and tunability, allowing business users to incorporate their domain expertise directly into the model.