mcordingley/Regression

Gradient Descent Unstable

mcordingley opened this issue · 1 comments

Descent regression either deconverges or simply comes to rest on bad values.

Switching to a batch descent and starting with all coefficients at zero (the null hypothesis) addresses this.