Recall & Review
beginner
What is training data in machine learning?
Training data is the set of examples used to teach a machine learning model how to make predictions or decisions. It contains input data and the correct answers (labels).
Click to reveal answer
beginner
What is a model in the context of machine learning?
A model is a mathematical or computational representation that learns patterns from training data to make predictions or decisions on new data.
Click to reveal answer
beginner
Why do we split data into training and testing sets?
We split data to train the model on one part (training set) and check how well it works on unseen data (testing set). This helps us know if the model can generalize well.
Click to reveal answer
intermediate
What does it mean when a model is overfitting?
Overfitting happens when a model learns the training data too well, including noise or mistakes, so it performs poorly on new data.
Click to reveal answer
intermediate
How does training data quality affect the model?
Good quality training data helps the model learn correct patterns. Poor quality data with errors or bias can lead to wrong or unfair predictions.
Click to reveal answer
What is the main purpose of training data?
✗ Incorrect
Training data is used to teach the model the relationship between inputs and outputs.
What do we call the part of data used to check model performance on new data?
✗ Incorrect
The testing set is used to evaluate how well the model performs on unseen data.
Which problem occurs when a model fits training data too closely and fails on new data?
✗ Incorrect
Overfitting means the model learned noise or details that don't generalize well.
What is a model in machine learning?
✗ Incorrect
A model is a learned mathematical or computational representation that makes predictions.
Why is training data quality important?
✗ Incorrect
High-quality data helps the model learn accurate and fair patterns.
Explain in your own words what training data and a model are, and how they work together.
Think about how you learn from examples and then use that knowledge.
You got /3 concepts.
Describe why splitting data into training and testing sets is important for building a good model.
Consider how you check your understanding by practicing and then testing yourself.
You got /3 concepts.