Style Changes
This release includes some improvements to the style and naming conventions in VW. This includes using snake_case
for all variable and class names, and converting most structs to classes. These style changes will be standardized and enforced in later releases.
Confidence Sequence Estimator
Confidence sequences have become the default estimators when evaluating policies in multi-model reductions such as AutoML and Epsilon Decay.
Full Changelog: 9.4.0...9.5.0
Click here to see all changes in this release
Changes
Features
Fixes
Other Changes