-
I'm trying to recompile the RVowpalWabbit package with the latest Vowpal Wabbit code.
What I've basically done is:
- create a new package from scratch "PTEST" which links to Rcpp
- In the 'src' direc…
-
I've encountered this problem when I was trying to compile Vowpal Wabbit python bindings with boost on a miniconda installation (https://github.com/JohnLangford/vowpal_wabbit/issues/1267).
Briefly,…
-
**Is your feature request related to a problem? Please describe.**
The getReadableModel() gives hash with the weight. The PR https://github.com/microsoft/SynapseML/pull/821 does refer to the request…
-
In the past, https://github.com/VowpalWabbit/vowpal_wabbit/issues/2284 got support for compiling _Vowpal Wabbit_ under _Macbook M1_. My team has leveraged to compile _Vowpal Wabbit_ under _Ubuntu 20.0…
-
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…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
We at least must support out of core exporting, ideally would also support OOC training for some engines or algorithms. Maybe for wrapping https://github.com/JohnLangford/vowpal_wabbit and neural netw…
-
```
import artm
batch_vectorizer = artm.BatchVectorizer(data_path=r'H:\datasets\vw.eurlex.txt', data_format='vowpal_wabbit')
```
=>
```
----------------------------------------------------------…
ofrei updated
7 years ago
-
rcv1 and mnist are both very interesting, but I'm personally most interested in vectorflow for recommendation systems.
Could you add an example of this use case? Maybe the matrix factorization exa…
-
Something along the lines of "convert between `Counter` and `vowpal_wabbit`" would be very helpful.
Also, maybe we need to store more metadata (such as main modality and co-occurrences)
Related …