ndarray-glm
ndarray-glm copied to clipboard
Track history of each iteration
The guess at each step of IRLS, as well as the regularized likelihood, are already held in the IrlsStep
objects returned from the iteration. These are unused now, but a vector of them could be saved and stored in the Fit
. This should probably be opt-in behavior.