/// Performance metrics for regression models.
///
/// This struct contains common evaluation metrics used to assess the performance
/// of regression models, including Mean Squared Error (MSE), Root Mean Squared Error (RMSE),
/// and coefficient of determination (R²).