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
coef(sgd.theta) returns the vector. In general, it seems convention is to return a vector and not a matrix. Should we change sgd$coefficients to do so too? This is a user-breaking change.
The text was updated successfully, but these errors were encountered:
coef(sgd.theta)
returns the vector. In general, it seems convention is to return a vector and not a matrix. Should we changesgd$coefficients
to do so too? This is a user-breaking change.The text was updated successfully, but these errors were encountered: