hichamjanati / mutar

Multi-task regression in Python
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Add MultiLevelLasso #3

Closed hichamjanati closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.29%. The diff coverage is 93.65%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #3     +/-   ##
=========================================
- Coverage   95.12%   94.83%   -0.3%     
=========================================
  Files           8        9      +1     
  Lines         308      368     +60     
  Branches       39       46      +7     
=========================================
+ Hits          293      349     +56     
- Misses          6        7      +1     
- Partials        9       12      +3
Impacted Files Coverage Δ
mutar/tests/test_warnings.py 100% <100%> (ø) :arrow_up:
mutar/tests/test_mll.py 100% <100%> (ø)
mutar/solvers.py 88.42% <86.95%> (-0.47%) :arrow_down:
mutar/estimators.py 93.84% <94.44%> (+0.04%) :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 a8582be...30cbee8. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #3 into master will increase coverage by 1.46%. The diff coverage is 98.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   95.12%   96.59%   +1.46%     
==========================================
  Files           8        9       +1     
  Lines         308      382      +74     
  Branches       39       47       +8     
==========================================
+ Hits          293      369      +76     
+ Misses          6        5       -1     
+ Partials        9        8       -1
Impacted Files Coverage Δ
mutar/solvers.py 94.84% <100%> (+5.95%) :arrow_up:
mutar/tests/test_warnings.py 100% <100%> (ø) :arrow_up:
mutar/tests/test_mll.py 100% <100%> (ø)
mutar/estimators.py 93.84% <94.44%> (+0.04%) :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 a8582be...882766b. Read the comment docs.