Metrics
More on this soon
accuracy_score
accuracy_score (y_true, y_pred)
Compare y_true to y_pred and return the accuracy
mae
mae (y_true, y_pred)
Returns the mean squared error between y_true and y_pred
mse
mse (y_true, y_pred)
Returns the mean squared error between y_true and y_pred