Jack Gerrits
Jack Gerrits
I've updated the [input format wiki page](https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Input-format) to include more information about labels. CSOAA (cost sensitive one against all) uses cost sensitive labels. Multiline is different to the type of...
From what I understand FALCON is trying to reduce to a non-incremental algorithm, however, VW is designed around online learning so there's a bit of a mismatch which makes it...
I had a first crack at this a few weeks ago and this issue is actually blocked on symbol export issues we noticed in #2235. Before we can reasonably create...
I am not sure if that issue is properly resolved. I'd say we are not likely in a good enough spot for this yet. But if you'd like to hack...
Thanks for the info @ras0219-msft! I had noticed that one a couple of months ago and was excited to learn it is possible. Haven't had a chance to get around...
The `vowpal-wabbit` port was merged in https://github.com/microsoft/vcpkg/pull/27323
Generally speaking the concept of "raw" scores is a command line thing and is implemented for a small subset of reductions. I do not believe this is supported.
The apt package for VW seems to be maintained by @yarikoptic. Yaroslav do you know if this is expected?
Gotcha, makes sense. Do you think it makes more sense for us to maintain a PPA? Or should we stick with the OS released repos? (sorry if I am referring...
Would it make sense to discontinue the in OS repo and just maintain a PPA? That way we could update out of band of OS releases? Or is this just...