A financial institution is deploying two different machine learning models to predict credit defaults. The models are evaluated using Mean Squared Error (MSE) as the primary metric. Model A has an MSE of 0.015, while Model B has an MSE of 0.027. Additionally, the institution is considering the complexity and interpretability of the models. Given this information, which model should be preferred and why?
A. Model A should be preferred because it is more interpretable than Model
B. Model A should be preferred because it has a lower MSE, indicating better performance.
C. Model B should be preferred because it has a higher MSE, indicating it is less likely to overfit.
D. Model A should be preferred because it has a more complex architecture, leading to better long-
term performance.