In time series, the order of data is important. We split data by time, not randomly. This means the test set is always later in time than the train set. Metrics like Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), or for classification Precision and Recall are used to measure how well the model predicts future data.
We focus on metrics that show how well the model predicts unseen future points because time series models must generalize forward in time.