Model Pipeline - Evaluation metrics (RMSE, precision@k)
This pipeline shows how we measure how well a model predicts numbers using RMSE and how well it ranks items using precision@k.
This pipeline shows how we measure how well a model predicts numbers using RMSE and how well it ranks items using precision@k.
Loss
1.2 |*
0.9 | **
0.7 | ***
0.6 | ***
0.55| ***
+--------
1 2 3 4 5 Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | N/A | Initial loss is high because model is just starting |
| 2 | 0.9 | N/A | Loss decreases as model learns patterns |
| 3 | 0.7 | N/A | Loss continues to decrease, model improving |
| 4 | 0.6 | N/A | Loss stabilizes, model converging |
| 5 | 0.55 | N/A | Small improvements, training nearing end |