def mean_squared_error_(ground_truth, predictions): return mean_squared_error(ground_truth, predictions) ** 0.5