poldrack/psych10-book

output proper r-squared for cross-validation

poldrack opened this issue · 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