Ohjeah / sparsereg

a collection of modern sparse (regularized) linear regression algorithms.
MIT License
61 stars 21 forks source link

sindy mods and tests #15 #16

Closed TarenGorman closed 6 years ago

TarenGorman commented 6 years ago

Style question: Okay that n_features is now set in equations function, or should it be in unique function w/ return?

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.63%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   59.39%   60.02%   +0.63%     
==========================================
  Files          11       11              
  Lines         793      798       +5     
==========================================
+ Hits          471      479       +8     
+ Misses        322      319       -3
Impacted Files Coverage Δ
sparsereg/preprocessing/symfeat.py 96.66% <100%> (+0.02%) :arrow_up:
sparsereg/model/sindy.py 83.33% <80%> (+7.33%) :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 ce60edf...3436b6c. Read the comment docs.