DashAI.back.metrics.MAE

class MAE[source]

Mean Absolute Error metric for regression tasks.

__init__()

Methods

__init__()

get_metadata()

Get metadata values for the current metric.

score(true_values, predicted_values)

Calculate the MAE between true values and predicted values.

Attributes

COMPATIBLE_COMPONENTS

MAXIMIZE

TYPE

metadata