Chapter 9 Evaluate the Performance of Machine Learning Algorithms with Resampling Flashcards

1
Q

WHAT ARE THE GENERAL WAYS OF EVALUATING AN ML ALGORITHM PERFORMANCE?

A

Make predictions for new data to which you already know the answers. (test set)
Use resampling methods that allow you to make accurate estimates for how well your algorithm will perform on new data. (cross validation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WHAT ARE FOUR DIFFERENT TECHNIQUES THAT WE CAN USE TO SPLIT UP OUR TRAINING DATASET AND CREATE USEFUL ESTIMATES OF PERFORMANCE FOR OUR MACHINE LEARNING ALGORITHMS?

A

ˆ Train and Test Sets.
ˆ k-fold Cross Validation.
ˆ Leave One Out Cross Validation.
ˆ Repeated Random Test-Train Splits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly