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

datasets.py uses scipy.misc.comb, which was removed from current scipy release #294

Closed ghost closed 5 years ago

ghost commented 5 years ago

Scipy 1.3.0 was released today and removes scipy.misc.comb that is imported by datasets.py. See https://scipy.github.io/devdocs/release.1.3.0.html#scipy-interpolate-changes

When scipy 1.3.0 is installed, import pyglmnet throws ImportError: cannot import name 'comb'