glm-tools / pyglmnet

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

Separate tests for dense and sparse betas #244

Open pavanramkumar opened 6 years ago

pavanramkumar commented 6 years ago

In test_glmcv() we need to test both a dense (L2 like) and a sparse (L1 like) regime with different values of alpha.