bbalasub1 / glmnet_python

GNU General Public License v3.0
200 stars 95 forks source link

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

Closed ghost closed 6 years ago

ghost commented 6 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