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

BUG Satisfy scikit-learn Estimator checks #51

Closed stephen-hoover closed 5 years ago

stephen-hoover commented 5 years ago

The scikit-learn check_estimator function appears to have become more comprehensive in the past year. Add fixes for the things that have changed. Includes

Note that this PR does hide the previously public cv attribute, but that attribute was introduced in PR #24 which has not yet been released.

Closes #25 , #38