Jacob Alber

Results 28 comments of Jacob Alber

@rajan-chari Could you expand a bit on this?

Are you sure the project files and solution are not targeting the same thing? (The reason it says "Visual Studio 2015" on the projects when loading the solution is that...

This was partially improved in #320 and #332 (pending #335). Remaining work here seems to be: - [ ] Migrate to CMake in Windows CI (should net us a nice...

One way to do something like this is to set up a single "ground truth" source of constants (config keys/values, error numbers, error strings) to be shared between the different...

The way to think about anonymous features is that the "hash" of the feature name is trivial. However, to try to avoid collisions, the index of the feature within the...

I added a link to an [example gist](https://gist.github.com/lokitoth/bd8e9e6f1c1be57c0cc320e638ce6b29) in #2578. Will use this issue to track the work to provide better documentation, and focus on assisting @andy-soft with specific questions...

Yes, I am working on putting together a better triggering/automation system for it (stay tuned). For now, just triggered a build manually and will push the package when it is...

@dvbarnes: The 8.9.2 package is now available at: https://www.nuget.org/packages/VowpalWabbit/8.9.2 I will keep the issue open to track the remaining work to automate this process.

Hi @andy-soft. Sorry for the delay getting to this. I am currently looking at this issue.

Hi @andy-soft: The issue here stems from there not being a set of helpers for Search (like there are for CB/ADF), which means you have to use the lower-level API...