root_mean_squared_error

mastml.metrics.root_mean_squared_error(y_true, y_pred)[source]

Method that calculates the root mean squared error (RMSE)

Args:

y_true: (numpy array), array of true y data values

y_pred: (numpy array), array of predicted y data values

Returns:

(float): score of RMSE