What is overfitting?
What is underfitting?
What are bias and variance?
What is the hold-out procedure? What does it consists of?
What is k-fold cross validation? What does it consists of?
What is the leave-one-out cross-validation?
A special case of k-fold cross-validation, where k=|Tr|
What happens for different values of k in the k-fold cross-validation?
Model evaluation - accuracy
Model evaluation - precision
Model evaluation - recall
Model evaluation - FScore
Multiclass classification
- assumption that each sample is assigned to one and only one label
Multiclass classification to binary problems
Evaluation of multiclass classification
Micro and Macro Averaging