You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactoring: in LogLinearModel::Train() the local variable gradient (as well as appliedL1Penalties) does not need to be an instance of LogLinearParams. It doesn't make much of a difference memory-wise, but it will be less confusing. #12