bbalasub1 / glmnet_python

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

Fix missing colon after else statement and re-add missing scipy.dot to calculation #32

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

This PR adds the missing colon and re-adds the scipy.dot() call. Our own unit tests that use (parts of) this library work again with these changes