Eduardo Salinas
Eduardo Salinas
can https://github.com/VowpalWabbit/vowpal_wabbit/pull/3999 be leveraged here?
I've been exploring with this notebook to consume the sqlite trace - sort of relevant to this issue: https://github.com/microsoft/autogen/pull/2526
update https://github.com/VowpalWabbit/vowpal_wabbit/blob/master/ThirdPartyNotices.txt if you are planning on merging
@NegatioN how are you consuming VW? python package? or something else
The closest thing would be this POS tagger https://github.com/hal3/vowpal_wabbit/blob/master/python/examples/Learning_to_Search.ipynb Not exactly a NER but you can tag nouns.
https://github.com/VowpalWabbit/vowpal_wabbit/pull/3446
Re-opening since that PR is just a breadcrumb from a previous approach we did.
we also have these other estimator impls (not part of cb_adf): https://github.com/VowpalWabbit/vowpal_wabbit/tree/master/vowpalwabbit/core/include/vw/core/estimators
https://github.com/microsoft/autogen/pull/2526
https://github.com/microsoft/autogen/pull/2526