For time series components like trend and seasonality, the key metric is Mean Absolute Error (MAE) or Root Mean Squared Error (RMSE). These metrics measure how close our model's predictions are to actual values over time.
We focus on these because time series data changes over time, and we want to capture patterns like upward trends or repeating seasonal effects accurately.