Direction: Choose the correct option
Q1.
What does `accuracy_score` measure?
Direction: Choose the correct option
Q2.
Which function computes the confusion matrix?
Direction: Choose the correct option
Q3.
What does precision represent?
Direction: Choose the correct option
Q4.
What does recall represent?
Direction: Choose the correct option
Q5.
Which function returns precision, recall, F1, and support for each class?
Direction: Choose the correct option
Q6.
What is the F1 score?
Direction: Choose the correct option
Q7.
What does `roc_auc_score` compute?
Direction: Choose the correct option
Q8.
How do you perform k-fold cross-validation?
Direction: Choose the correct option
Q9.
What is the purpose of `mean_squared_error`?
Direction: Choose the correct option
Q10.
Which metric is robust to outliers in regression?
