JuliaStats / Lasso.jl

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

Support for StatsBase v0.34 and StatsModels v0.7 #77

Closed AsafManela closed 1 year ago

AsafManela commented 1 year ago

Now that MLBase supports the newer version of StatsBase it can be supported by Lasso too.

Also bumps compat for StatsModels to v0.7 which didn't really affect Lasso.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.05% :warning:

Comparison is base (37994e9) 90.04% compared to head (dd8419f) 90.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #77 +/- ## ========================================== - Coverage 90.04% 90.00% -0.05% ========================================== Files 8 8 Lines 1215 1220 +5 ========================================== + Hits 1094 1098 +4 - Misses 121 122 +1 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/JuliaStats/Lasso.jl/pull/77/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AsafManela commented 1 year ago

@JuliaRegistrator register