Skip to content

Releases: JuliaStats/Lasso.jl

v0.4.0

24 Jun 08:13
v0.4.0
a2c42df
Compare
Choose a tag to compare

v0.4.0 (2019-06-23)

Diff since v0.3.0

Merged pull requests:

Better unpenalized var handling

19 Feb 22:18
071e5b1
Compare
Choose a tag to compare

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 path
  • standardizeω allows the user to disable standardization of penalty factors
    These behaviors both happen by default in glmnet but not gamlr

Version 0.2.2

07 Jan 15:51
Compare
Choose a tag to compare
v0.2.2

added AIC and BIC selectors (#27)

Version 0.2.1

05 Nov 10:14
5571896
Compare
Choose a tag to compare
Merge pull request #21 from AsafManela/master

Fix cross-validation and add tests for it

Version 0.2.0

23 Oct 08:22
0748b2e
Compare
Choose a tag to compare

The Julia 1 release

Version 0.1.1

25 Oct 10:53
Compare
Choose a tag to compare

Last 0.6 compatible version

v0.1.0: Pioneer Ozone Zit Proton

16 Dec 00:28
Compare
Choose a tag to compare
REQUIRE StatsBase 0.8