
Databricks Certified Machine Learning - Associate
Get started today
Ultimate access to all questions.
In a machine learning project aimed at detecting fraudulent transactions within a dataset, which Spark ML algorithm is best suited for identifying rare and abnormal instances?
In a machine learning project aimed at detecting fraudulent transactions within a dataset, which Spark ML algorithm is best suited for identifying rare and abnormal instances?
Real Exam
Explanation:
The Isolation Forest algorithm is specifically designed for anomaly detection. It operates by isolating anomalies rather than profiling normal data points. This makes it an ideal choice in Spark ML for tasks focused on detecting rare and abnormal instances, such as identifying fraudulent transactions in a dataset.