JuliaStats / Lasso.jl

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

Setting datatypes to be consistent with the other coordinate descent variables #4

Closed JohnHBrock closed 7 years ago

JohnHBrock commented 8 years ago

Without this change, there will only be matching constructors for NaiveCoordinateDescent and CovarianceCoordinateDescent when X contains Float64 values.

JohnHBrock commented 8 years ago

I also found a reference to a missing alpha variable, so I added it.

JohnHBrock commented 8 years ago

ping @simonster