1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
What validation method is best when data is limited?
K-fold cross-validation — uses all data for both training and validation by rotating folds.
What does “precision” measure?
How many of the predicted positives are actually positive.
What does “recall” measure?
How many of the actual positives were correctly predicted.
What is F1-score?
Harmonic mean of precision and recall; higher = better.
Why use a confusion matrix?
To visualize model performance across classes.