Evaluation Metrics :
Metrics are used to evaluate the performance of the model on test data. Different metrics are used depending on the type of task (classification, regression, etc.).
Common Evaluation Metrics :
Accuracy (for classification tasks)
Precision, Recall, F1-Score (for...