JuliaStats / GLMNet.jl

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

glmnetcv(X, y) in quickstart gives error #56

Closed arisliang closed 3 years ago

arisliang commented 3 years ago

glmnetcv(X, y) in quickstart gives error:

MethodError: glmnetcv(::Array{Float64,2}, ::Array{Float64,1}) is ambiguous

JackDunnNZ commented 3 years ago

Thanks for reporting this and #55, they were both fixed in #54