v1.0.0
What's Changed
- All
estimatefunctions now useevaluateinstead ofcriterion, which can be constructed using the helper functionmake_evaluate(criterion). A custom make_evaluate or evaluate_function allows preprocessing the data, making the package compatible with transformers. Exampleevaluatefunctionsevaluate_mseandevaluate_cecan be imported fromutils.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
- @rohan-hitchcock made their first contribution in #87
- @wz-ml made their first contribution in #86
Full Changelog: v0.2.2...v1.0.0