sgd icon indicating copy to clipboard operation
sgd copied to clipboard

sgd$coefficients returns 1x* matrix and not a vector

Open dustinvtran opened this issue 7 years ago • 0 comments

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.

dustinvtran avatar Nov 12 '17 03:11 dustinvtran