python-glmnet
python-glmnet copied to clipboard
A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Can we get an update for Python version 3.9 as well?
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...
As of [PEP 518](https://www.python.org/dev/peps/pep-0518/), `pyproject.toml` is the preferred way to specify build time dependencies. This way, `pip` will _automatically_ install `numpy` at build time - whether building wheels or a...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I've been using `glmnet==2.2.1` installed from Mac wheels with `gcc==9.3.0` with no issues. But when my colleagues who didn't have `gcc` installed yet tried to go through the setup, they...
Hi, I have the following pipeline. First I apply ridge regression using 10-cv to find the best lambda. I get same lambda max and lambda best as in R cv.glmnet....
Thank you for your package, and for making it available on conda. If I set a max_iter which is too low, instead of getting a convergence warning as in sklearn...
On Windows 10 cmd, I typed the following command `conda install -c conda-forge glmnet` But the error message says ``` PackagesNotFoundError: The following packages are not available from current channels:...
I'm trying to build this package on Windows and not having much luck. Using the mingw-w64 Fortran compiler (installed from Anaconda) and Visual Studio 2015, I get these errors: ```...
Building on top of #71 (required to auto-install numpy in CI), I added a GH Action that uses [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/) to build wheels for linux+macos for py3.6+ and upload to pypi....