JuliaStats / Lasso.jl

Lasso/Elastic Net linear and generalized linear models
Other
143 stars 31 forks source link

fit for LassoPath results in no method matching *(::Array{Float64,1}, ::Array{Float64,1}) #3

Closed JohnHBrock closed 8 years ago

JohnHBrock commented 8 years ago

This is with Lasso v0.0.3:

julia> fit(LassoPath, [1.0 2.0; 3.0 4.0], [0.0, 1.0], Binomial())
ERROR: `*` has no method matching *(::Array{Float64,1}, ::Array{Float64,1})
 in fit at /home/user/.julia/v0.3/Lasso/src/Lasso.jl:283
 in fit at /home/user/.julia/v0.3/Lasso/src/Lasso.jl:212
JohnHBrock commented 8 years ago

This looks like it's fixed in master. Maybe a new tag is in order?

simonster commented 8 years ago

Tagged in https://github.com/JuliaLang/METADATA.jl/pull/3986