star-whale / starwhale

an MLOps/LLMOps platform
https://starwhale.ai
Apache License 2.0
208 stars 35 forks source link

feat(sdk): finetune decorator supports auto build and validation datasets #2962

Closed tianweidut closed 11 months ago

tianweidut commented 11 months ago

Description

Modules

Checklist

codecov[bot] commented 11 months ago

Codecov Report

Merging #2962 (c9cb59a) into main (ce17e0e) will increase coverage by 9.22%. Report is 6 commits behind head on main. The diff coverage is 97.67%.

@@             Coverage Diff              @@
##               main    #2962      +/-   ##
============================================
+ Coverage     82.89%   92.11%   +9.22%     
============================================
  Files           548      123     -425     
  Lines         29793    14946   -14847     
  Branches       1801        0    -1801     
============================================
- Hits          24697    13768   -10929     
+ Misses         4302     1178    -3124     
+ Partials        794        0     -794     
Flag Coverage Δ
console ?
controller ?
standalone 92.11% <97.67%> (+0.32%) :arrow_up:
unittests 92.11% <97.67%> (+0.60%) :arrow_up:

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

Files Coverage Δ
client/starwhale/api/experiment.py 100.00% <100.00%> (ø)
client/starwhale/base/context.py 100.00% <100.00%> (ø)
client/starwhale/base/models/job.py 100.00% <100.00%> (ø)
client/starwhale/base/scheduler/__init__.py 98.63% <100.00%> (+0.03%) :arrow_up:
client/starwhale/base/scheduler/step.py 100.00% <100.00%> (ø)
client/starwhale/base/scheduler/task.py 84.54% <ø> (+0.28%) :arrow_up:
client/starwhale/consts/env.py 100.00% <100.00%> (ø)
client/starwhale/core/model/model.py 86.41% <100.00%> (+0.29%) :arrow_up:
client/starwhale/core/model/view.py 71.82% <ø> (+0.45%) :arrow_up:
client/starwhale/api/_impl/experiment.py 97.43% <96.96%> (-2.57%) :arrow_down:

... and 464 files with indirect coverage changes