github VowpalWabbit/vowpal_wabbit 9.6.0

latest releases: 9.9.0, wasm_v0.0.7, wasm_v0.0.6...
20 months ago

Large Action Spaces

This introduces the Large Actions Spaces (LAS) feature. LAS is an algorithm that lets exploration happen efficiently when there are a large number of actions in a contextual bandit dataset. The main idea behind it is to eliminate actions that are similar and explore only over the most diverse actions in the dataset. For more information, see the LAS wiki page.

Style Changes

This release introduces additional style changes to make VW code formatting more consistent. Variable and type names are snake_case, constants and macros are UPPERCASE, and the VW::details namespace is used to hide implementation details.

Faster Compile Times

Through @jackgerrits's changes to some header files, VW now builds much faster! On one machine, compile times went from around 30 seconds to 17.

Click here to see all changes in this release

What's Changed

Full Changelog: 9.5.0...9.6.0

Don't miss a new vowpal_wabbit release

NewReleases is sending notifications on new releases.