glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 83 forks source link

revisit convergence criteria #319

Closed pavanramkumar closed 4 years ago

pavanramkumar commented 4 years ago

current convergence criterion based on norm(grad) is not robust to dataset size. we need to make it a function of:

See e.g.:

jasmainak commented 4 years ago

I think this is finished in #327