Other packages > Find by keyword >

RVowpalWabbit  

R Interface to the Vowpal Wabbit
View on CRAN: Click here


Download and install RVowpalWabbit package within the R console
Install from CRAN:
install.packages("RVowpalWabbit")

Install from Github:
library("remotes")
install_github("cran/RVowpalWabbit")

Install by package version:
library("remotes")
install_version("RVowpalWabbit", "0.0.18")



Attach the package and use:
library("RVowpalWabbit")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-09-20
Latest Update:
Description:
The Vowpal Wabbit project is a fast out-of-core learningsystem sponsored by Microsoft Research having started at Yahoo Researchand written by John Langford along with a number of contributors. This Rpackage does not include the distributed computing implementation of thecluster directory of the upstream sources. Use of the software as a networkservice is also not directly supported as the aim is a simpler direct callfrom R for validation and comparison. Note that this package contains anembedded older version of Vowpal Wabbit. The package rvw at the GitHubrepo httpsgithub.comrvw-orgrvw-legacy can provide an alternative usingan external Vowpal Wabbit library installation.
How to cite:
Dirk Eddelbuettel (2011). RVowpalWabbit: R Interface to the Vowpal Wabbit. R package version 0.0.18, https://cran.r-project.org/web/packages/RVowpalWabbit. Accessed 15 Jul. 2026.
Previous versions and publish date:
(2026-07-09 08:21), 0.0.3 (2011-09-20 17:22), 0.0.4 (2011-09-26 09:15), 0.0.5 (2012-05-20 22:40), 0.0.6 (2014-01-07 20:08), 0.0.7 (2016-07-17 16:09), 0.0.8 (2016-10-17 11:09), 0.0.9 (2017-03-06 08:28), 0.0.10 (2017-12-13 09:16), 0.0.11 (2018-01-28 23:04), 0.0.12 (2018-02-01 17:24), 0.0.13 (2019-02-22 10:00), 0.0.14 (2020-06-14 16:40), 0.0.15 (2020-08-07 10:40), 0.0.16 (2021-10-18 20:20), 0.0.17 (2022-10-05 14:50), 0.0.18 (2023-01-08 10:10)
Other packages that cited RVowpalWabbit R package
View RVowpalWabbit citation profile
Other R packages that RVowpalWabbit depends, imports, suggests or enhances
Functions, R codes and Examples using the RVowpalWabbit R package
Some associated functions: vw . 
Some associated R codes: RcppExports.R . vw.R .  Full RVowpalWabbit package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

gscaLCA  
Generalized Structure Component Analysis- Latent Class Analysis & Latent Class Regression
Execute Latent Class Analysis (LCA) and Latent Class Regression (LCR) by using Generalized Structu ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
binhf  
Haar-Fisz Functions for Binomial Data
Binomial Haar-Fisz transforms for Gaussianization as in Nunes and Nason (2009). ...
Download / Learn more Package Citations See dependency  
SECFISH  
Disaggregate Variable Costs
These functions were developed within SECFISH project (Strengthening regional cooperation in the are ...
Download / Learn more Package Citations See dependency  
PermAlgo  
Permutational Algorithm to Simulate Survival Data
This version of the permutational algorithm generates a dataset in which event and censoring times ...
Download / Learn more Package Citations See dependency  
gamlss.add  
Extra Additive Terms for Generalized Additive Models for Location Scale and Shape
Interface for extra smooth functions including tensor products, neural networks and decision trees. ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA