tslearn.metrics.performance# The tslearn.metrics.performance module delivers time-series specific performance metrics . Functions mae(y_true, y_pred[, ts_weights, ...]) Mean absolute error (MAE) mse(y_true, y_pred[, ts_weights, ...]) Mean squared error (MSE) mase(y_true, y_pred, train_data[, ...]) Mean absolute scaled error (MASE)