AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 208

A healthcare company wants to detect irregularities in patient vital signs that could indicate early signs of a medical condition. The company has an unlabeled dataset that includes patient health records, medication history, and lifestyle changes.

Which algorithm and hyperparameter should the company use to meet this requirement?

Answer options

Correct answer: D

Explanation

The correct answer is D because the Random Cut Forest (RCF) algorithm is specifically designed for anomaly detection and works well with unlabeled data. The other options, while valid algorithms, do not fit the requirement of detecting irregularities as effectively as RCF does in this context.