JuliaStats / GLMNet.jl

Julia wrapper for fitting Lasso/ElasticNet GLM models using glmnet
Other
96 stars 35 forks source link

Constraints dimensions on README #28

Closed raphaelsaavedra closed 3 years ago

raphaelsaavedra commented 6 years ago

The README states constraints should be an n x 2 matrix. However, it is actually a 2 x n matrix. I'd prefer if it were n x 2, but if it's supposed to be 2 x n, it would be good to fix the README in order to avoid confusion.

JackDunnNZ commented 3 years ago

Fixed in #37