Forgotten intercept in SGDRegressor
StrikerRUS opened this issue · 2 comments
StrikerRUS commented
Hey guys!
Seems that there is a bug in the predict
method of SGDRegressor
.
Shouldn't intercept_
be added here?
lightning/lightning/impl/sgd.py
Lines 395 to 406 in b96f9c6
cf.
lightning/lightning/impl/base.py
Lines 107 to 111 in b96f9c6
StrikerRUS commented
Gently ping @mblondel @MechCoder @zermelozf @fabianp
mblondel commented
Yep, I think you're right. Thanks for the catch.