Releases: VowpalWabbit/coba
Releases · VowpalWabbit/coba
v8.0.5
v8.0.4
v8.0.3
v8.0.2
v8.0.1
v8.0.0
Coba 8.0.0 Release Notes
This release contains:
- Improved the performance of all synthetic datasets
- Improved Environments string representation
- Improved post-hoc hyperparameter optimization in Result
- Added Missing type for tables with missing values
- Added Environments create from experiment results
- Added support for rewards list in SimulatedInteractions
- Added warning for IPS evaluation when the evaluation policy is too correlated with logging policy
- Added cloudpickle recommendation message when multiprocessing in Jupyter Notebook
- Added from_feurer to the Environments API
- Added seamless reward serialization when logging rewards during evaluation
- Added support for pytorch serialization when multiprocessing
- Moved all interfaces to the coba.primitives module to reduce dependencies
- Updated all learners to return actions-probs instead of PMFs
- Fixed a bug when plotting x-axis values that were stored in the interactions table
- Fixed many bugs
v7.2.0
v7.1.6
Coba 7.1.6 Release Notes
This release contains:
- a fix for a bug that limited the number of processes in experiments with fast evaluations and cached environments
- performance improvements for built-in result plots created from experiments with many underlying evaluations