r2_score python code example Example: python r2 score from sklearn.metrics import r2_score r2_score(y_true, y_pred)