These measure the distance between the predicted value ($\hat{y}$) and the actual value ($y$).
For classification, “Accuracy” can be misleading, especially if your data is imbalanced (e.g., 99% of transactions are legitimate and only 1% are fraud).
A table used to describe the performance of a classification model.
Hyperparameters are the “settings” of an algorithm (like the depth of a tree or the $K$ in KNN) that you set before training.