Remove error in function r2_score
r2_score first argument is the true value and the second one is the predicted value, so the code should be corrected.
Thanks
1
vote

r2_score first argument is the true value and the second one is the predicted value, so the code should be corrected.
Thanks