Code Flashcards
1
Q
Why do we need to be concerned with data handling?
A
Before starting to train a model, we need to get the data into a form which is compatible with the training and testing
2
Q
Why do we train and test in batches?
A
Training all the full dataset all at once as this would take too long.
3
Q
What is the main aim of building models (in classification or regression)?
A
To make predictions on unseen data.
This is known as generalisation.
4
Q
A