bbalasub1 / glmnet_python

GNU General Public License v3.0
199 stars 93 forks source link

A typo with scipy.dot #27

Closed leihuang closed 6 years ago

leihuang commented 6 years ago

https://github.com/bbalasub1/glmnet_python/blob/40a12ddceb5bc67124928858bd4ea7329bafc136/glmnet_python/glmnetPredict.py#L276

It should be result = scipy.dot(newx, nbeta).

bbalasub1 commented 6 years ago

Done -- Thanks.