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

Add pandas as dependency #227

Closed brianhhu closed 6 years ago

brianhhu commented 6 years ago

Currently the documentation only lists numpy and scipy as dependencies. I found that I also needed to install pandas (most likely for accessing the datasets), or the pip installation failed.

jasmainak commented 6 years ago

yes, this is a problem of mismatch between the 1.0 and dev version. Ideally, we should have a documentation for both. I'll try to see later today if it's easy enough to do

jasmainak commented 6 years ago

duplicate of #234