JuliaStats / GLMNet.jl

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

Add compat #43

Closed JackDunnNZ closed 4 years ago

JackDunnNZ commented 4 years ago

@ararslan

Not really sure about this, right now I just went back three versions (which covers all releases of the last 6 months), but let me know what you think

It looks like Distributions is only used for dispatch between linear/logistic/poisson via Normal/Binomial/Poisson and StatsBase is only used for CoefTable to print the fit results. So almost any version would work as these were all added a long time ago.

They would probably also be easy dependencies to drop if anyone was sufficiently inclined