Data and Datasets

Easy 10 points

Complete: A ___ is a set of data used to train an AI model.

A dataset is a collection of structured data. The training dataset trains the model, the test dataset evaluates performance.

Well done! 🎉
Your answer is correct! You earned 10 points.
Not quite...
Try again! You can do it.

Your code

Hint
A dataset is a set of data. Answer: dataset.

Result

Click "Run code" to see the result of your code. Click "Submit" to check if your answer is correct.