Jack Gerrits
Jack Gerrits
Provided the VW instance has been initialized to use `--json`, then you can look at how Python reads text input: https://github.com/VowpalWabbit/vowpal_wabbit/blob/d00835a4f3edee4f30195da92a7021a7f663fd03/python/pylibvw.cc#L560
Support for the CATS pdf value prediction type was merged in this PR: https://github.com/VowpalWabbit/vowpal_wabbit/pull/4021
Closing as I think this is resolved now. Please feel free to open a new issue if you face issues.
Yes, thanks for picking up on that. I've updated `_label` -> `_label_cb` and `_label` -> `_label_ccb` for the relevant examples. > When is "_label" {"type": "X"} used vs "_label_TYPE" `{"type":...
There are several locations for examples: 1. https://github.com/VowpalWabbit/jupyter-notebooks - These have been setup so they can be run on Binder, but with the Python wheels this should now be much...
@musram Is this issue resolved by identifying the non-stationarity?
Closed in error
In this situation only `bad` is looked at out of `bad vw arguments` as a positional parameter for the `--data` option. This is a shortcut that's been around for some...
So I think what could be done here is support multiple data files as input, and then if none of the files are able to be opened them VW will...
#2355 additionally proposed support for globbing as well as passing a directory to the -d option.