Hello,
I have forked the repo to work on a new feature. Based on the contributing documents, I started to see if I can run pytest on tests files, which I could not. Apparently, _glmnet module is missing. I tried to load the modules, and I failed as well. I am wondering if you can help me. I get the following error.
1 import pkg_resources
2
----> 3 from .logistic import LogitNet
4 from .linear import ElasticNet
5
~/Documents/GitHub/GLM-Net/glmnet/logistic.py in <module>
12
13 from .errors import _check_error_flag
---> 14 from _glmnet import lognet, splognet, lsolns
15 from glmnet.util import (_fix_lambda_path,
16 _check_user_lambda,
ModuleNotFoundError: No module named '_glmnet'