CV Lab 03: Model Comparison and Metrics
Compare models and evaluation metrics for image classification.
What you'll do
- Evaluate classifiers with accuracy, precision, recall, and F1
- Read a confusion matrix and identify error patterns
- Compare models and justify a choice for a defect-detection use case
Requirements: see
requirements.txt in the Resources folder.
Install with pip install -r requirements.txt after
creating your virtual environment.
No bundled CSV download for this lab. Follow the notebook setup instructions.