The timeatlas.metrics module aims to include score functions, performance metrics and pairwise metrics and distance computations.
timeatlas.metrics
Warning
At the moment it only includes pairwise scores.
absolute_error(x_0, x)
absolute_error
Compute the absolute error between two values
relative_error(x_0, x)
relative_error
Compute the relative error between two values