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