AWS Certified Machine Learning – Specialty — Question 93

A Machine Learning Specialist is deciding between building a naive Bayesian model or a full Bayesian network for a classification problem. The Specialist computes the Pearson correlation coefficients between each feature and finds that their absolute values range between 0.1 to 0.95.
Which model describes the underlying data in this situation?

Answer options

Correct answer: D

Explanation

The correct answer is D because a full Bayesian network is suited for situations where some features exhibit statistical dependence, as indicated by the varying Pearson correlation coefficients. Options A and B incorrectly assume conditional independence among features, while option C mistakenly suggests that a naive Bayesian model is appropriate despite the presence of dependence.