scvi-tools icon indicating copy to clipboard operation
scvi-tools copied to clipboard

deprecate `SaveBestState`

Open martinkim0 opened this issue 1 year ago • 1 comments

Users should now use scvi.train.SaveCheckpoint or the enable_checkpointing Lightning arg instead.

martinkim0 avatar Feb 27 '24 19:02 martinkim0

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.81%. Comparing base (049e7eb) to head (2dd068c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2567      +/-   ##
==========================================
- Coverage   89.31%   88.81%   -0.50%     
==========================================
  Files         158      158              
  Lines       13276    13281       +5     
==========================================
- Hits        11857    11796      -61     
- Misses       1419     1485      +66     
Files Coverage Δ
scvi/model/_multivi.py 73.52% <100.00%> (+0.09%) :arrow_up:
scvi/model/_peakvi.py 89.34% <100.00%> (+0.26%) :arrow_up:
scvi/train/_callbacks.py 87.66% <100.00%> (+0.08%) :arrow_up:

... and 1 file with indirect coverage changes

codecov[bot] avatar Feb 27 '24 20:02 codecov[bot]

closing in favor of #2673

martinkim0 avatar Apr 03 '24 00:04 martinkim0