Releases: JuliaStats/Lasso.jl
Releases · JuliaStats/Lasso.jl
v0.4.0
v0.4.0 (2019-06-23)
Merged pull requests:
- Switch to Project.toml (#32) (AsafManela)
- New and improved Documenter based documentation (#31) (AsafManela)
- fixes fit(LassoPath,@formula,df) interface and adds tests for it (#30) (AsafManela)
- Type safe regularization path segment selection (#29) (AsafManela)
- Better handling of constant variables (#28) (cnliao)
Better unpenalized var handling
Improved unpenalized var handling by conforming to approach taken in R's glmnet and gamlr, where an explanatory variable with a zero penalty factor is included in the base / null model that is used as a starting point for the regularization path.
The two following keyword arguments were added to allow us to compare in test/gammalasso.jl against gamlr:
stopearly
allows the user to disable early stopping of regularization pathstandardizeω
allows the user to disable standardization of penalty factors
These behaviors both happen by default in glmnet but not gamlr
Version 0.2.2
v0.2.2 added AIC and BIC selectors (#27)
Version 0.2.1
Merge pull request #21 from AsafManela/master Fix cross-validation and add tests for it
Version 0.2.0
The Julia 1 release
Version 0.1.1
Last 0.6 compatible version
v0.1.0: Pioneer Ozone Zit Proton
REQUIRE StatsBase 0.8