DashAI.back.metrics.RMSE

class RMSE[source]

Root Mean Squared Error metric for regression tasks.

__init__()

Methods

__init__()

score(true_values, predicted_values)

Calculate the RMSE between true values and predicted values.

Attributes

COMPATIBLE_COMPONENTS

TYPE