Skip to content

v0.8.1 🪲 Fix model saving issues

Latest
Compare
Choose a tag to compare
@WenjieDu WenjieDu released this 26 Sep 05:56
· 8 commits to main since this release
cc28737

We fixed two model-saving issues in some conditions:

  1. unintended overwrite of the existing model file when calling func .save() even with arg overwrite default to False;
  2. model_saving_strategy=best does not work and pypots still save every better model;

What's Changed

Full Changelog: v0.8...v0.8.1