Jacob Alber

Results 17 issues of Jacob Alber

WIP branch for .NET Core Support Needs: - [ ] Rebase to VW current - [ ] Merge in: Linux build - [ ] Merge in: NuGet generation

Some time ago we changed the logic for oracle validation in Python to prevent zeroes from being passed in (see #1296 and #1042). This leads to broken oracle generation. For...

L2S
Bug
Documentation
In Progress

The .NET Bindings test, TestJsonDictThreading, fails sporadically (very rarely).

Lang: C#
Test Issue

There are a number of examples in various folders of the VW repo: * https://github.com/VowpalWabbit/vowpal_wabbit/tree/master/R/examples * https://github.com/VowpalWabbit/vowpal_wabbit/blob/master/c_test/sample.c * https://github.com/VowpalWabbit/vowpal_wabbit/tree/master/cs/examples/simulator * https://github.com/VowpalWabbit/vowpal_wabbit/tree/master/demo * https://github.com/VowpalWabbit/vowpal_wabbit/tree/master/python/examples Discovering which example to refer to based...

Documentation

VW is configured, in most use cases, through a command-line-like syntax. This enables easy transition between using it in tool form to library form, but is more complex in Python....

Documentation

Right now to make use of error codes in RL.Net's [RLException](https://github.com/VowpalWabbit/reinforcement_learning/blob/master/bindings/cs/rl.net/RLException.cs) we need to use magic numbers based on the C++-side header file. It would be good to have the...

enhancement

Right now it is possible to run a VW model (or any i_model) that supports exploration out of the box by relying on the PMF output to represent an "exploration...

enhancement

Right now the CMake setup is only documented by the CMakeLists.txt files themselves. We should have some basic documentation (such as in the wiki) to describebuild configuration parameters.

RL.Net.Cli started out as a project to test and debug the RL.Net bindings. Over time we added simulator and replay functionality to it. Long-term, we should probably keep the samples...

enhancement
good first issue

A little while back we needed to add a workaround to the AppVeyor build to delete the installed OpenSSL packages to enable vcpkg to properly build gRPC/OpenSSL (for cpprestsdk), as...

enhancement
good first issue