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

Fixed error in docstring which incorrectly named some attributes #14

Closed xdavio closed 7 years ago

xdavio commented 7 years ago

In particular, lambda_best_ and lambda_max_ are now correctly documented.