Skip to content

v1.6.1

Choose a tag to compare

@dholzmueller dholzmueller released this 14 Aug 11:01
· 17 commits to main since this release
  • For n_ens>1, changed the default behavior for classification to averaging probabilities instead of logits. This can be reverted by setting ens_av_before_softmax=True.
  • Implemented time limit for HPO/ensemble methods through time_limit_s parameter.
  • Support torch>=2.6 and Python 3.13.