Module regression

Source
Expand description

Provides support for regression metrics

Functionsยง

corr
Computes the linear correlation between scores and labels
mae
Computes the mean absolute error between scores and labels
mse
Computes the mean squared error between scores and labels
rmse
Computes the root mean squared error between scores and labels
rsq
Computes the coefficient of determination between scores and labels