abess-team / abess

Fast Best-Subset Selection Library
https://abess.readthedocs.io/
Other
474 stars 41 forks source link

Update score function #417

Closed oooo26 closed 2 years ago

oooo26 commented 2 years ago

Update some score function in Python package:

codecov[bot] commented 2 years ago

Codecov Report

Merging #417 (f551b56) into master (f792ba8) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #417      +/-   ##
==========================================
- Coverage   96.23%   96.22%   -0.01%     
==========================================
  Files          29       29              
  Lines        3105     3102       -3     
==========================================
- Hits         2988     2985       -3     
  Misses        117      117              
Flag Coverage Δ
Python 97.30% <100.00%> (-0.01%) :arrow_down:
rpackage 95.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/abess/linear.py 100.00% <100.00%> (ø)

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 22d3be6...f551b56. Read the comment docs.

oooo26 commented 2 years ago

Fix the strange "test_score" in #415.