VowpalWabbit / py-vowpal-wabbit-next

Experimental new Python bindings for the VowpalWabbit library
https://vowpal-wabbit-next.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

fix: recursive search for `update_stats` should not call `finish_example` #69

Closed jackgerrits closed 1 year ago

jackgerrits commented 1 year ago

If the update_stats call was skipping over reduction it was falling back to calling finish_example which was incorrect behavior.