MSMA5003 Module 2 quiz 2

  1. Features are the variables used as inputs to a supervised model.
    a) True
  2. Accuracy is always the best metric for every classification problem.
    a) False
  3. Cross-validation helps estimate model performance more reliably.
    a) True
  4. Test data should be used during training to improve the model directly.
    a) False
  5. Regression predicts continuous numeric values.
    a) True
  6. A model can appear accurate on training data but fail on new data.
    a) True
  7. Data preprocessing can improve supervised model performance.
    a) True
  8. Feature engineering can influence supervised learning results.
    a) True
  9. Imbalanced datasets can make accuracy misleading.
    a)True
  10. The target variable is the value a supervised model tries to predict.
    a) True
  11. Overfitting means the model generalizes well to unseen data.
    a) False
  12. Labeled data quality affects model reliability.
    a) True
  13. Training data is used to fit the model.
    a) True
  14. Underfitting means the model is too complex for the data.True
    a) False
  15. Supervised learning uses labeled datasets where outcomes are known.
    a) True
  16. Precision measures how many predicted positives are actually positive.
    a) True
  17. Logistic regression is commonly used for classification tasks.
    a) True
  18. Confusion matrices summarize prediction outcomes for classification.
    a) True
  19. Recall measures how many actual positives were correctly identified.
    a) True
  20. Classification predicts continuous numeric values.
    a) False

Leave a Reply

Your email address will not be published. Required fields are marked *