vowpal-wabbit-java icon indicating copy to clipboard operation
vowpal-wabbit-java copied to clipboard

Vowpal wabbit java wrapper and a friendly API for it

Results 6 vowpal-wabbit-java issues
Sort by recently updated
recently updated
newest added

The package names/paths for these classes was wrong in several places causing an error.

Hi, I am trying to run contextual MAB algo by creating this learner: `static VWActionProbsLearner learner = VWLearners.create("--cb_explore_adf -q UA --softmax --lambda 20 --noconstant --permutations --learning_rate 0.8 --readable_model path.txt --invert_hash...

Having trouble building this project, wondering if it's the [same thing](https://github.com/VowpalWabbit/vowpal_wabbit/issues/4515) I ran into when building the original vowpal wabbit library. Has anyone been able to build on ARM based...

The default branch name for repositories created on GitHub is now main. See [github guidance](https://github.com/github/renaming)

Fixes NPE build problem on >=Java10 with 3.0.0 version: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (attach-javadocs) on project vw-wrapper: Execution attach-javadocs of goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar failed.: NullPointerException -> [Help 1]...