Closed emitra17 closed 6 years ago
SumOfSquaresObjective was missing the multiplication by exp_data.weights[exp_row, exp_data.cols[col_name]]
. I moved this factor to the superclass, so it affects all SummationObjectives.
Took me a bit to regain my bearings, but it looks good to me
Fix error with bootstrapping with sum of squares objective. Closes #198
Need to confirm that this actually fixes things.