Skip to content

v1.0.0

Compare
Choose a tag to compare
@svwingerden svwingerden released this 24 Jul 09:43
· 176 commits to main since this release

What's Changed

  • All estimate functions now use evaluate instead of criterion, which can be constructed using the helper function make_evaluate(criterion). A custom make_evaluate or evaluate_function allows preprocessing the data, making the package compatible with transformers. Example evaluate functions evaluate_mse and evaluate_ce can be imported from utils.py.
  • Update estimate_learning_coeff functions by @georgeyw in #77
  • Add support for non-regression loss functions by @jqhoogland in #80
  • RLLC v1 by @svwingerden in #74
  • Add gradient accumulation for LLC estimation by @georgeyw in #76
  • Fixing two issues in MalaAcceptanceRate callback by @rohan-hitchcock in #87
  • Epsilon-Beta Sweeping & Plotting by @wz-ml in #86

New Contributors

Full Changelog: v0.2.2...v1.0.0