Wabbit Wappa Versions Save

Wabbit Wappa is a full-featured Python wrapper for the Vowpal Wabbit machine learning utility.

v0.2.0

10 years ago
  • Active Learning interface, with documentation and example script
  • Minor performance boosts
  • Backwards-incompatible change: get_prediction() now returns a VWResult object, with the predicted value accessible as result.prediction.

v0.1.2

10 years ago
  • Now installable using pip
  • Updated VW version to 7.6
  • Tweaked line detection to speed up process communication