JuliaStats / Lasso.jl

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

Update Reexport compatibility to version 1.x #62

Closed Am386DX-40 closed 2 years ago

Am386DX-40 commented 2 years ago

Update Reexport compatibility to version 1.

AsafManela commented 2 years ago

Unfortunately Reexport 1 is not compatible with the MLBase version used. See CI logs.

jbrea commented 2 years ago

Also running into this issue; prevents me from upgrading other packages in my machine learning course (unless I switch to GLMNet.jl). Given that MLBase does not seem to be maintained, would it make sense to drop this dependency? Do you just use it for cross-validation? If yes, I guess MLJBase would provide similar functionality...

AsafManela commented 2 years ago

@80386DX40 If you update the MLBase compat to 0.9 this should now work