
Ultimate access to all questions.
In a Spark MLlib implementation, you are working with a large dataset and need to perform model evaluation to assess the performance of your machine learning model. Which of the following evaluation metrics can be used in Spark MLlib for classification tasks, and how do they work?
A
Accuracy, which measures the proportion of correct predictions made by the model.
B
Precision, which measures the proportion of true positive predictions among all positive predictions.
C
Recall, which measures the proportion of true positive predictions among all actual positive instances.
D
All of the above, as Spark MLlib supports various evaluation metrics for classification tasks.