Metrics

More on this soon

source

accuracy_score

 accuracy_score (y_true, y_pred)

Compare y_true to y_pred and return the accuracy


source

mae

 mae (y_true, y_pred)

Returns the mean squared error between y_true and y_pred


source

mse

 mse (y_true, y_pred)

Returns the mean squared error between y_true and y_pred