introduction-datascience-python-book icon indicating copy to clipboard operation
introduction-datascience-python-book copied to clipboard

Parameters for calculating the r2_score

Open Abdona opened this issue 1 year ago • 0 comments

As per the documentation, the metrics.r2_score expected 2 parameters, the first should be the true values 'y' and the second should be the predicted values 'y_hat'.

Abdona avatar May 13 '24 16:05 Abdona