-
Currently both bandits and policies are included in a single class. By separating these, there can be a standard api which would be useful for deep contextual bandits.
There are also a couple of is…
-
How do you run your contextual bandit ?
-
### Description
Currently I'm not able to find one canonical source of the JSON input format for contextual bandits.
For example, I'd like to attempt this example (https://github.com/VowpalWabbit/vo…
-
I heard the excellent talk at the ML for systems workshop at Neurips last year on the Ax system. I enjoyed it very much.
I am working on similar optimization problems and interested in comparing t…
-
- versions:
- tensorflow==2.3.2
- tensorflow-ranking==0.3.0
- description:
When the example list only contains one item, the model graph can consume the tensors parsed by tfr's parser, howev…
-
Hi!
I try to run on my MRAN 3.5.1:
history sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Matrix products: default
locale:
[1] LC_COLLATE=Russian_R…
-
`harness stop` which uses `cat ${PIDFILE} | xargs kill` does not always work. I have waited a long time and eventually must `kill -9 ...`.
For now we can tell if the stop does not succeed by checki…
-
#### Describe the bug
The demo is in the following directory:
_vowpal_wabbit/demo/dependencyparsing/_
I am looking into using different datasets on the demo than the standard of wsj_train_subset …
-
Pickling a fitted classifier gives you:
RuntimeError: Pickling of "vowpalwabbit.pyvw.vw" instances is not enabled (http://www.boost.org/libs/python/doc/v2/pickle.html)
Means I basically need to buil…
-
By setting a new seed each time another round of simulation is run (if the number of simulations run is greater than 1), is the program reordering the input data? For example, if we have 10 data point…