Vidyalelo
Data Science · all questions

Model Evaluation and Validation
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

45

Questions

1/3

Page

Pick an option on a question to see the right answer and solution.

What is the primary purpose of a validation dataset in machine learning?

Select an option to see the answer and solution.

Which metric is commonly used to evaluate classification models and represents the ratio of correctly predicted positive instances to all positive instances?

Select an option to see the answer and solution.

In k-fold cross-validation, if you choose a higher value of k (e.g., k = 10), what effect does it have on the model evaluation process?

Select an option to see the answer and solution.

Which technique is used to prevent data leakage in cross-validation, ensuring that information from the test set doesn't influence model training?

Select an option to see the answer and solution.

What is the purpose of the Receiver Operating Characteristic (ROC) curve in model evaluation?

Select an option to see the answer and solution.

Which metric is useful for imbalanced datasets and represents the harmonic mean of precision and recall?

Select an option to see the answer and solution.

What does the term "overfitting" refer to in the context of model evaluation and validation?

Select an option to see the answer and solution.

In model evaluation, what is the primary goal of feature scaling or normalization?

Select an option to see the answer and solution.

Which method involves splitting the dataset into three parts: training, validation, and test sets, ensuring that the model's performance is assessed on unseen data?

Select an option to see the answer and solution.

What is the primary advantage of using stratified sampling in model evaluation?

Select an option to see the answer and solution.

Which evaluation metric is typically used for regression models and measures the average squared difference between predicted and actual values?

Select an option to see the answer and solution.

In model evaluation, what is the primary disadvantage of using the training dataset to assess a model's performance?

Select an option to see the answer and solution.

Which evaluation metric represents the ratio of true negatives to all actual negative instances and is commonly used in binary classification?

Select an option to see the answer and solution.

What does the term "bias" refer to in model evaluation and validation?

Select an option to see the answer and solution.

What is the primary purpose of a confusion matrix in model evaluation?

Select an option to see the answer and solution.

In model evaluation, what is the primary purpose of a learning curve?

Select an option to see the answer and solution.

Which metric is used to evaluate the performance of a regression model when you want to know how close the predicted values are to the actual values?

Select an option to see the answer and solution.

What does the term "underfitting" refer to in the context of model evaluation and validation?

Select an option to see the answer and solution.

In cross-validation, what is the main drawback of Leave-One-Out Cross-Validation (LOOCV) compared to k-fold cross-validation?

Select an option to see the answer and solution.

What is the primary purpose of a ROC-AUC (Receiver Operating Characteristic - Area Under the Curve) score in model evaluation?

Select an option to see the answer and solution.