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

Update the cross-validation to be able to use user-inputted groups #62

Closed mwjin closed 4 years ago

mwjin commented 4 years ago
mheilman commented 4 years ago

thanks for the PR!

mheilman commented 4 years ago

Just a note: this is related to #61 since joblib was updated here. A new release is still needed to get these changes out.