paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

CLI Rename ramp_blend_submissions to ramp-blend #273

Closed rth closed 3 years ago

rth commented 3 years ago

This is a backport of the second part of https://github.com/paris-saclay-cds/ramp-workflow/pull/247 from the advanced branch. Should be merged after https://github.com/paris-saclay-cds/ramp-workflow/pull/272

which if the original description is still accurate,

fixes leaderboard (including fix for --bagged and --data-label option) #247 adds an option to ramp-blend to select the --score_metrics_index to blend on #247

Also renames ramp_blend_submissions to ramp-blend. Again not sure if we need a deprecation cycle here.

This needs more tests for ramp-blend

codecov[bot] commented 3 years ago

Codecov Report

Merging #273 (aad8d06) into master (b379294) will increase coverage by 0.15%. The diff coverage is 71.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   82.78%   82.94%   +0.15%     
==========================================
  Files         137      137              
  Lines        4677     4684       +7     
==========================================
+ Hits         3872     3885      +13     
+ Misses        805      799       -6     
Impacted Files Coverage Δ
rampwf/utils/__init__.py 100.00% <ø> (ø)
rampwf/utils/testing.py 100.00% <ø> (ø)
rampwf/utils/cli/blend.py 64.51% <64.51%> (ø)
rampwf/utils/cli/show.py 76.40% <73.33%> (-1.25%) :arrow_down:
rampwf/utils/cli/tests/test_cli.py 97.01% <100.00%> (+0.29%) :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 b379294...aad8d06. Read the comment docs.