Which metric is commonly used to evaluate the accuracy of a predictive model in classification tasks?
- Accuracy
- Mean Squared Error
- Precision
- R-squared
Accuracy is a common metric used to evaluate the performance of a predictive model in classification tasks. It represents the ratio of correctly predicted instances to the total instances and provides a general measure of the model's correctness. Other metrics, such as precision, recall, and F1 score, are also used depending on the specific requirements of the task.
Loading...
Related Quiz
- What is the primary purpose of using a histogram in data visualization?
- In SQL, how do you select all columns from a table named 'Customers'?
- For sequential pattern mining, the _______ algorithm is widely used to identify frequent sequences in data sets.
- When receiving critical feedback on their data analysis, a professional data analyst should:
- What is the primary purpose of a scatter plot in data visualization?