A healthcare provider wants to detect anomalous patient vital-sign patterns using an unlabeled dataset (health records, medication history, lifestyle). Which algorithm and hyperparameter choice is appropriate for unsupervised anomaly detection in SageMaker?
Choose an answer
Tap an option to check your answer.
Correct answer: Use the SageMaker Random Cut Forest (RCF) algorithm and set num_trees to a value greater than 100..
Why this is the answer
Random Cut Forest (RCF) is a suitable algorithm for unsupervised anomaly detection, especially with unlabeled data. RCF works by constructing a forest of random trees and identifying anomalies based on how easily data points are isolated. Setting numtrees to a value greater than 100 increases the robustness and accuracy of the anomaly detection process by creating a more diverse set of trees. XGBoost is a supervised learning algorithm for classification and regression, not unsupervised anomaly detection. K-means clustering can be used for anomaly detection by identifying outliers from clusters, but RCF is specifically designed for anomaly detection and often performs better in this context. DeepAR is a forecasting algorithm for time series data, not general anomaly detection.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed