Skip to main content

Knowledge check

Quiz
In Progress

Knowledge check

Evaluate your understanding of this unit by completing the knowledge check below.

Knowledge check illustration

Action item: Knowledge check

Work through each question. Correct answers and feedback mirror the Multiverse assessment.

1. You’re training a model on a dataset of 50,000 customer transactions. You randomly split the data into 80% training and 20% testing sets. However, your test results seem unusually high. What might have gone wrong?

2. Which of the following methods provides a more reliable performance estimate than a single train-test split, especially when the dataset is small?

3. You’re building a sales forecasting model that relies on sequential monthly data. What validation strategy should you use to avoid data leakage?

4. Which of the following is not a recommended way to prevent data leakage?

5. A data scientist is working on fraud detection where fraudulent cases make up only 2% of the dataset. What issue is most likely to occur if no balancing technique is applied?

6. Which method is most appropriate when dealing with an imbalanced classification dataset with very few minority cases?

7. You are comparing model results before and after applying class weighting. Which metric should you use to best evaluate performance improvements on an imbalanced dataset?

8. You discover missing values and duplicate records in your dataset. What should you do first?

9. A model consistently performs well on training data but fails on unseen validation data. After investigation, you find that inconsistent formatting in date fields led to duplicate rows. What best explains this issue?

10. You’re designing a machine learning workflow for a logistics company. Which combination of practices best ensures reliable model performance?

In progress