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

feat: expose VW's calculated loss #56

Closed jackgerrits closed 1 year ago

jackgerrits commented 1 year ago

Since there are way in which reading this value would be incorrect, we're going to opt for not exposing it. Instead a system where stats can be accumulated directly in Python will be done instead