poldrack opened this issue 5 years ago · 1 comments
currently the cross-validation code in the GLM chapter outputs the squared correlation, which is bad. should instead output the coefficient of determination computed using the sums of squares (ala r2_score in sklearn)
actually, it's already doing this for CV