
Ultimate access to all questions.
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.
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.