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: implement debug tree for computation inspection #70

Closed jackgerrits closed 1 year ago

jackgerrits commented 1 year ago

The debug tree is a new way to inspect what actually happens during an individual learn/predict call in VW. It is implemented as an interceptor reduction put in place between each other reduction to capture state as the input moves through the stack.