JuliaStats / Lasso.jl

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

bump DSP compat to 0.7; fix csv-to-matrix function to DataFrames 1 #59

Closed kleinschmidt closed 3 years ago

kleinschmidt commented 3 years ago

DSP 0.7 was released recently, with changes that don't affect the use of filt! here AFAIK.

This also fixes the function to convert a dataframe into a matrix since it was erroring with DataFrames 1.

codecov-commenter commented 3 years ago

Codecov Report

Merging #59 (d8f6985) into master (ea74151) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   92.45%   92.52%   +0.06%     
==========================================
  Files           8        8              
  Lines        1114     1111       -3     
==========================================
- Hits         1030     1028       -2     
+ Misses         84       83       -1     
Impacted Files Coverage Δ
src/Lasso.jl 90.69% <0.00%> (+0.27%) :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 ea74151...d8f6985. Read the comment docs.

AsafManela commented 3 years ago

Thank you!