civisanalytics / python-glmnet

A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Other
262 stars 59 forks source link

Provide Windows binaries on conda-forge #42

Open ashinandjay opened 6 years ago

ashinandjay commented 6 years ago

I used windows 10 system. I got the error: the following packages are not available from current channels: glmnet

stephen-hoover commented 6 years ago

It sounds like you're trying to install from conda-forge. We don't yet have a conda binary for Windows on conda-forge. You could try to install via pip, but I see a report that compilation on Windows doesn't work (#5 ). PRs are more than welcome to fix either of these.

stevenlis commented 4 years ago

@stephen-hoover Hi, buddy. Is there any doc for the package like API ref or something?

salilgupta1 commented 4 years ago

Hey @StevenLi-DS - The usage section of the README and docstrings throughout the code is all we have in terms of documentation for the library.