JuliaStats / Lasso.jl

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

Bump MLBase compat and this package's version #63

Closed AsafManela closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #63 (d56df67) into master (6e6f566) will decrease coverage by 2.50%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   92.52%   90.02%   -2.51%     
==========================================
  Files           8        8              
  Lines        1111     1213     +102     
==========================================
+ Hits         1028     1092      +64     
- Misses         83      121      +38     
Impacted Files Coverage Δ
src/coordinate_descent.jl 90.15% <0.00%> (-5.18%) :arrow_down:
src/gammalasso.jl 94.11% <0.00%> (-2.86%) :arrow_down:
src/Lasso.jl 89.09% <0.00%> (-1.61%) :arrow_down:
src/TrendFiltering.jl 95.17% <0.00%> (-0.15%) :arrow_down:
src/FusedLasso.jl 100.00% <0.00%> (ø)
src/segselect.jl 91.02% <0.00%> (+0.11%) :arrow_up:
src/cross_validation.jl 98.30% <0.00%> (+0.12%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 73e6084...d56df67. Read the comment docs.

AsafManela commented 2 years ago

Looks like all x86 tests currently fail because of https://github.com/JuliaData/CSV.jl/issues/913